Skip to content

Commit

Permalink
fix a bug in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Feb 6, 2017
1 parent 20217b7 commit 437079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/AMR_Adv_C_v2/Source/AmrAdvInit.cpp
Expand Up @@ -77,7 +77,7 @@ AmrAdv::InitFromScratch ()
grids_the_same = false;
DistributionMapping dm(new_grids[lev], ParallelDescriptor::NProcs());
MakeNewLevel(lev, time, new_grids[lev], dm);
InitLevelData(new_finest);
InitLevelData(lev);
}
}
if (grids_the_same) break;
Expand Down

0 comments on commit 437079c

Please sign in to comment.