Got rid of the nan check on the contact angle routine in common/pmmc.h
This commit is contained in:
@@ -3891,7 +3891,7 @@ inline double pmmc_CubeContactAngle(DoubleArray &CubeValues, DoubleArray &CurveV
|
||||
integral += 0.5*length*(vA + vB);
|
||||
}
|
||||
|
||||
if (isnan(integral)) integral = 0.0;
|
||||
// if (isnan(integral)) integral = 0.0;
|
||||
|
||||
return integral;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user