Updated tests/TestContactAngle.cpp

This commit is contained in:
James McClure 2014-06-06 08:44:08 -04:00
parent 9598c373e0
commit dc1a3d5bbf

View File

@ -166,14 +166,11 @@ int main (int argc, char *argv[])
printf("-------------------------------- \n");
//.........................................................................
/* FILE *PHASE;
PHASE = fopen("Phase.in","wb");
fwrite(Phase,8,SIZE,PHASE);
fclose(PHASE);
FILE *SOLID;
SOLID = fopen("Distance.in","wb");
fwrite(Solid,8,SIZE,SOLID);
fclose(SOLID);
*/
int toReturn = 0;
if (fabs(efawns/lwns - 1.0*RADIUS/CAPRAD)/(1.0*RADIUS/CAPRAD) > 0.01){
toReturn = 1;
printf("tests/TestContactAngle.cpp: exceeded error tolerance for the contact angle \n");
}
return toReturn;
}