Skip to content

Commit

Permalink
Update Source/PeleLMeX_Setup.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marc T. Henry de Frahan <[email protected]>
  • Loading branch information
baperry2 and marchdf authored Nov 4, 2024
1 parent 75cbe67 commit ad8e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PeleLMeX_Setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ PeleLM::derivedSetup()

#ifdef USE_MANIFOLD_EOS
auto& mani_data = eos_parms.host_only_parm().manfunc_par->host_parm();
int nmanivar = mani_data.Nvar;
const int nmanivar = mani_data.Nvar;
Vector<std::string> var_names_maniout(nmanivar);
for (int n = 0; n < nmanivar; n++) {
std::string nametmp = std::string(
Expand Down

0 comments on commit ad8e37b

Please sign in to comment.