Skip to content

tools v0.4.1

Latest
Compare
Choose a tag to compare
@whaeck whaeck released this 30 Jan 20:56

Bug fixes:

  • iterator guards were added to the disco parser to avoid valgrind errors in ENDFtk.
  • the stride_view iterator was missing the reference type, which is required to create vectors using these stride view iterators in C++17.

A few updates were made in the CMake files for Windows compilation issues. The GitHub CI was also updated: macos-14 (arm64 architecture) was added in addition to macos-13 (intel architecture).