global mass conservation check passing

This commit is contained in:
James E McClure 2018-12-01 15:16:16 -05:00
parent 0d3639821a
commit a23515cfd5

View File

@ -120,7 +120,7 @@ int main(int argc, char **argv)
//CM.Run();
//CM.WriteDebug();
CM.timestepMax = 1000;
CM.timestepMax = 10;
CM.Run();
Np = CM.Np;