Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Nov 20, 2024
1 parent 62188b2 commit a188f2a
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 @@ -1050,7 +1050,7 @@ inline void StellarCollapse::computeBulkModulus_() {
// assume table is hardened
Real bMod = rho * dPdRho_(iY, iT, irho) + PoR * dPdE_(iY, iT, irho);
if (bMod < robust::EPS()) bMod = robust::EPS();
lBMod_(iY, iT, irho) = std::log10(bMod); //B2lB_(bMod);
lBMod_(iY, iT, irho) = std::log10(bMod); // B2lB_(bMod);
}
}
}
Expand Down

0 comments on commit a188f2a

Please sign in to comment.