Skip to content

Commit

Permalink
BMOD IS LOGGED
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 21, 2024
1 parent d9f29c0 commit c8ea509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity-eos/eos/eos_stellar_collapse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8ea509

Please sign in to comment.