diff --git a/src/neutral_mixed.cxx b/src/neutral_mixed.cxx index b1d7065c..abf75420 100644 --- a/src/neutral_mixed.cxx +++ b/src/neutral_mixed.cxx @@ -431,8 +431,8 @@ void NeutralMixed::finally(const Options& state) { } // The factor here is likely 3/2 as this is pure energy flow, but needs checking. - energy_flow_xlow *= 3/2; - energy_flow_ylow *= 3/2; + conduction_flow_xlow *= 3/2; + conduction_flow_ylow *= 3/2; Sp = pressure_source; if (localstate.isSet("energy_source")) {