Skip to content

CGMF 1.1.0

Compare
Choose a tag to compare
@mrising mrising released this 01 Dec 17:38
· 4 commits to master since this release
41eb9a2

Code changes

  • Fixed a bug reading pre-equilibrium angular distribution parameters.
  • Replaced min & max with std::algorithm.
  • Updated multichancefission memory allocation.
  • Updated readRTA routine.
  • Removed unused headers.
  • Updated random number generator and API with set_rng function.
  • Updated API setting of the datapath.
  • Fixed array out-of-bounds by replacing numberEnergies with NUME.
  • Updated/removed ripl data object declarations.
  • Fixed specMCMain memory allocation/deallocation bug.
  • Fixed checkDistributions initialization.
  • Updated cgm C interface.
  • Removed lower energy limit for neutron-induced fission.
  • Fixed MAX_GAMMA_BRANCH memory issue.

Data changes

  • Expanded discreteLevels.dat file to include all isotopes.

Build system changes

  • Updated C++ standard to 14.
  • Added preprocessor option devutil to keep development routines.
  • Added permissive compiler flag for MSVC.
  • Added parent project installation options.
  • Updated installation directories to comply with standard GNU directory structure.

Documentation changes

  • Updated version numbers to 1.1.0.
  • Updated copyright header statement.
  • Updated CPC article reference with DOI link.