Skip to content

Commit

Permalink
not the boolean I meant to express
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Jan 8, 2025
1 parent a01642d commit 52891f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity-eos/closure/mixed_cell_models.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ class PTESolverPT : public mix_impl::PTESolverBase<EOSIndexer, RealIndexer> {
Pequil = press[m];
}
}
if (Pequil = 1e100) Pequil = 1; // note includes uscale
if (Pequil >= 1e100) Pequil = 1; // note includes uscale
// all normalized temps set to 1 so no averaging necessary here.
Tequil = temp[0];
// Leave this in for now, but comment out because I'm not sure it's a good idea
Expand Down

0 comments on commit 52891f4

Please sign in to comment.