Skip to content

Commit

Permalink
fix (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Dec 12, 2023
1 parent ac7dca1 commit d8ef914
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/IO/Checkpoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ ERF::ReadCheckpointFile ()
} else {
// This assumes that we are carrying RhoQ1 and RhoQ2 but not actually using them
MultiFab::Copy(vars_new[lev][Vars::cons],cons,0,0,ncomp_cons-2,0);

// We zero them here so they won't cause problems while we're still debugging
vars_new[lev][Vars::cons].setVal(0.0, RhoQ1_comp, 2);
}

MultiFab xvel(convert(grids[lev],IntVect(1,0,0)),dmap[lev],1,0);
Expand Down

0 comments on commit d8ef914

Please sign in to comment.