Skip to content

Commit

Permalink
YAKXSUtility renamed to IsotopeUtility (idaholab#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schunert committed Feb 14, 2019
1 parent 14c1a79 commit 08f2788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/userobjects/NeutronicsSpectrumSamplerBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "MooseMesh.h"

#ifdef RATTLESNAKE_ENABLED
#include "YakxsUtilities.h"
#include "IsotopeUtilities.h"
#endif

// C++ includes
Expand Down Expand Up @@ -67,7 +67,7 @@ NeutronicsSpectrumSamplerBase::NeutronicsSpectrumSamplerBase(const InputParamete
// check if isotope names are valid, NOTE: error handling is delegated to Yakxs::Utilities
YAKXS::Utility::getAZ(_target_isotope_names[i], A, Z);
// convert from name to ZAID
_zaids[i] = YAKXS::Utility::stringToZaid(_target_isotope_names[i]);
_zaids[i] = YAKXS::Utility::getZaid(_target_isotope_names[i]);
#else
_zaids[i] = localStringToZaid(_target_isotope_names[i]);
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/userobjects/NeutronicsSpectrumSamplerSN.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifdef RATTLESNAKE_ENABLED

#include "NeutronicsSpectrumSamplerSN.h"
#include "YakxsUtilities.h"
#include "IsotopeUtilities.h"
#include "ElasticRecoil.h"

// gsl includes
Expand Down

0 comments on commit 08f2788

Please sign in to comment.