From dfd0653390374e694e2195f64fbeeda4fb19ef2a Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Mon, 11 Dec 2023 19:41:01 -0800 Subject: [PATCH] fix --- Source/IO/Checkpoint.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/IO/Checkpoint.cpp b/Source/IO/Checkpoint.cpp index b1b587bc7..03ff1449f 100644 --- a/Source/IO/Checkpoint.cpp +++ b/Source/IO/Checkpoint.cpp @@ -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);