You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a USE_SCREENING parameter. If it is set to FALSE, then screening is compiled out (via the SCREENING preprocessor variable).
We don't implement this for pynucastro nets. It's not clear it really is needed though, since we can always set the screening to null.
However, at the moment, the pynucastro nets don't compile if we disable screening with this build flag.
The text was updated successfully, but these errors were encountered:
We have a
USE_SCREENING
parameter. If it is set toFALSE
, then screening is compiled out (via theSCREENING
preprocessor variable).We don't implement this for pynucastro nets. It's not clear it really is needed though, since we can always set the screening to null.
However, at the moment, the pynucastro nets don't compile if we disable screening with this build flag.
The text was updated successfully, but these errors were encountered: