Debugging TestMassConservationD3Q7

This commit is contained in:
James E McClure
2015-06-25 10:05:20 -04:00
parent 1be0ce3301
commit 031e6d36e2

View File

@@ -168,7 +168,10 @@ int main(int argc, char **argv)
}
}
}
if (CleanCheck) return 0;
if (CleanCheck){
if (rank==0) printf("Test passed: mass conservation for D3Q7 \n");
return 0;
}
else return 1;
// ****************************************************