Skip to content

Commit

Permalink
remove extra Diagnose call (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Nov 23, 2023
1 parent 07725fb commit 68a0bfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/TimeIntegration/ERF_advance_microphysics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ void ERF::advance_microphysics (int lev,
Geom(lev),
dt_advance);
micro.Advance();
micro.Diagnose();
micro.Update(cons, qmoist[lev]);
}
#endif

0 comments on commit 68a0bfb

Please sign in to comment.