Added hooks for NCrystal

This commit is contained in:
Jose Ignacio Marquez Damian 2021-09-13 01:25:36 -03:00 committed by Thomas Kittelmann
parent dff3ad48f1
commit 0e0cd0a22d
9 changed files with 175 additions and 2 deletions

View file

@ -118,6 +118,10 @@ int verbosity {7};
double weight_cutoff {0.25};
double weight_survive {1.0};
#ifdef NCRYSTAL
double ncrystal_max_energy{5.0};
#endif
} // namespace settings
//==============================================================================