"plugins/amoeba/openmmapi/vscode:/vscode.git/clone" did not exist on "99628218eced72ce4ed104f5c08bda91b041906b"
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[]) { ...@@ -295,6 +295,8 @@ int main(int argc, char* argv[]) {
double observedDrudeDistance = testWaterBoxWithHardWallConstraint(0.0); double observedDrudeDistance = testWaterBoxWithHardWallConstraint(0.0);
ASSERT(observedDrudeDistance > maxDrudeDistance); ASSERT(observedDrudeDistance > maxDrudeDistance);
observedDrudeDistance = testWaterBoxWithHardWallConstraint(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); ASSERT(observedDrudeDistance < maxDrudeDistance);
testInitialTemperature(); testInitialTemperature();
runPlatformTests(); 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