Updated tests/TestContactAngle.cpp
This commit is contained in:
parent
9598c373e0
commit
dc1a3d5bbf
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user