Add flag for NCrystal

This commit is contained in:
Jose Ignacio Marquez Damian 2022-11-18 18:26:31 +01:00
parent 54745f5076
commit 91f939a391
4 changed files with 19 additions and 0 deletions

View file

@ -36,6 +36,13 @@ namespace openmc {
// Global variables
//==============================================================================
#ifdef NCRYSTAL
const bool NCRYSTAL_ENABLED = true;
#else
const bool NCRYSTAL_ENABLED = false;
#endif
namespace settings {
// Default values for boolean flags