Skip to content

Commit

Permalink
fixed a compilation error that came from latest merge
Browse files Browse the repository at this point in the history
  • Loading branch information
debog committed Mar 5, 2024
1 parent 6980416 commit 7e49f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IO/Plotfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ ERF::WritePlotFile (int which, Vector<std::string> plot_var_names)
// NOTE: Protect against accessing non-existent data
if (use_moisture) {
int q_size = qmoist[lev].size();
int n_qstate = micro.Get_Qstate_Size();
int n_qstate = micro->Get_Qstate_Size();

if(containerHasElement(plot_var_names, "qv") && (n_qstate >= 1))
{
Expand Down

0 comments on commit 7e49f57

Please sign in to comment.