From a23515cfd5a4b5c36f40f5b416a693731c3b7ae9 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sat, 1 Dec 2018 15:16:16 -0500 Subject: [PATCH] global mass conservation check passing --- tests/TestMassConservationD3Q7.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestMassConservationD3Q7.cpp b/tests/TestMassConservationD3Q7.cpp index ba50b37f..4a676502 100644 --- a/tests/TestMassConservationD3Q7.cpp +++ b/tests/TestMassConservationD3Q7.cpp @@ -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;