Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Jan 8, 2025
1 parent 52891f4 commit 83dbba5
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 @@ -889,7 +889,7 @@ class PTESolverPT : public mix_impl::PTESolverBase<EOSIndexer, RealIndexer> {
// TODO(JMM): Should we use the thermodynamic derivatives rather
// than finite differences?
for (int m = 0; m < nmat; ++m) {
Real r_pert, e_pert, u_pert;
Real r_pert, e_pert;

//////////////////////////////
// perturb pressures
Expand Down

0 comments on commit 83dbba5

Please sign in to comment.