Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 11, 2024
1 parent 4eddafc commit b2fdaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactingFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ void ReactingFlow::step() {
void ReactingFlow::evalSubstepNumber() {
double myMaxProd = 0.0;
double maxProd = 0.0;
double tmp, myDeltaYn, deltaYn;
double tmp, deltaYn;

updateMixture();
updateThermoP();
Expand Down

0 comments on commit b2fdaf3

Please sign in to comment.