Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
jhp-lanl committed Nov 17, 2023
1 parent 4dbe5fa commit 4c437fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity-eos/eos/eos_stiff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class StiffGas : public EosBase<StiffGas> {
PORTABLE_INLINE_FUNCTION Real
MinInternalEnergyFromDensity(const Real rho, Real *lambda = nullptr) const {
MinInternalEnergyIsNotEnabled("StiffGas");
return 0.0;
return 0.0;
};

PORTABLE_INLINE_FUNCTION Real EntropyFromDensityTemperature(
Expand Down

0 comments on commit 4c437fa

Please sign in to comment.