Skip to content

Commit

Permalink
more tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Dec 20, 2024
1 parent 1b07a10 commit 73c12ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/PeleLMeX.H
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ public:
int m_plotChemDiag = 0;
int m_plotHeatRelease = 0;
int m_plotStateSpec = 0;
bool m_plotExtSource = 0;
bool m_plotExtSource = false;
int m_plot_int = 0;
bool m_plot_overwrite = false;
int m_plot_zeroEBcovered = 1;
Expand Down
2 changes: 1 addition & 1 deletion Source/PeleLMeX_Plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ PeleLM::WritePlotFile()

if (m_plotExtSource) {
MultiFab::Copy(mf_plt[lev], *m_extSource[lev], 0, cnt, NVAR, 0);
cnt += NVAR;
// cnt += NVAR;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
}

#ifdef AMREX_USE_EB
Expand Down

0 comments on commit 73c12ec

Please sign in to comment.