Testing signed distance map from Phase in tests/TestBubble

This commit is contained in:
James McClure
2014-12-30 16:27:56 -05:00
parent 5e1fe46a1c
commit 9ce5b425cf
2 changed files with 26 additions and 20 deletions

View File

@@ -267,7 +267,7 @@ int main (int argc, char *argv[])
printf("tests/TestContactAngle.cpp: exceeded error tolerance for mean curvature \n");
}
else{
printf("Passed test (Jwn):");
printf("Passed test (Jwn): ");
}
printf("Mean curvature (wn) = %f, Analytical = %f, Rel. Error = %f \n", Jwn, analytical,RelError);
analytical = 1.0/RADIUS;