Skip to content

Commit

Permalink
Eliminated the trailing whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
skang67 committed Jan 8, 2025
1 parent 68b51af commit 0b21a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/IO/ERF_Plotfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ ERF::WritePlotFile (int which, PlotFileType plotfile_type, Vector<std::string> p
if (containerHasElement(plot_var_names, "state_1")) {
MultiFab::Copy(mf[lev], state_plot[1], 0, mf_comp, 1, 0);
mf_comp += 1;
}
}

#ifdef ERF_COMPUTE_ERROR
// Next, check for error in velocities and if desired, output them -- note we output none or all, not just some
Expand Down
4 changes: 2 additions & 2 deletions Source/TimeIntegration/ERF_TI_no_substep_fun.H
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@

if (solverChoice.terrain_type == TerrainType::EB) {

// Redistribute cons states (cell-centered)
// Redistribute cons states (cell-centered)

MultiFab dUdt_tmp (ba, dm, F_slow[IntVars::cons].nComp(), F_slow[IntVars::cons].nGrow(), MFInfo(), Factory(level));
MultiFab dUdt_tmp(ba, dm, F_slow[IntVars::cons].nComp(), F_slow[IntVars::cons].nGrow(), MFInfo(), Factory(level));
dUdt_tmp.setVal(0.);
MultiFab::Copy(dUdt_tmp, F_slow[IntVars::cons], 0, 0, F_slow[IntVars::cons].nComp(), F_slow[IntVars::cons].nGrow());
dUdt_tmp.FillBoundary(fine_geom.periodicity());
Expand Down

0 comments on commit 0b21a9d

Please sign in to comment.