From 83dbba5ad882e068c48cb1a82c8a9d2b3774d6ee Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Wed, 8 Jan 2025 16:14:47 -0700 Subject: [PATCH] unused var --- singularity-eos/closure/mixed_cell_models.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singularity-eos/closure/mixed_cell_models.hpp b/singularity-eos/closure/mixed_cell_models.hpp index 61670b3ba8..fbb15c3b16 100644 --- a/singularity-eos/closure/mixed_cell_models.hpp +++ b/singularity-eos/closure/mixed_cell_models.hpp @@ -889,7 +889,7 @@ class PTESolverPT : public mix_impl::PTESolverBase { // 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