diff --git a/singularity-eos/eos/eos_stellar_collapse.hpp b/singularity-eos/eos/eos_stellar_collapse.hpp index ccf9c119cd..1320f5ac51 100644 --- a/singularity-eos/eos/eos_stellar_collapse.hpp +++ b/singularity-eos/eos/eos_stellar_collapse.hpp @@ -878,7 +878,7 @@ inline void StellarCollapse::LoadFromStellarCollapseFile_(const std::string &fil dataBoxToFastLogs(Abar_, scratch, false); dataBoxToFastLogs(Zbar_, scratch, false); // And bulk modulus - dataBoxToFastLogs(lBMod_, scratch, false); + dataBoxToFastLogs(lBMod_, scratch, true); // Generate bounds numT_ = nT_new;