Unverified Commit 58d2619e authored by Andy Simmonett's avatar Andy Simmonett
Browse files

Attempting to get more info from Jenkins

parent b1a8d792
......@@ -295,6 +295,8 @@ int main(int argc, char* argv[]) {
double observedDrudeDistance = testWaterBoxWithHardWallConstraint(0.0);
ASSERT(observedDrudeDistance > maxDrudeDistance);
observedDrudeDistance = testWaterBoxWithHardWallConstraint(maxDrudeDistance);
// Remove later: just trying to find out why Jenkins is upset
if(observedDrudeDistance >= maxDrudeDistance) printf("Max distance %16.10f\n", observedDrudeDistance);
ASSERT(observedDrudeDistance < maxDrudeDistance);
testInitialTemperature();
runPlatformTests();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment