Linux compile fix

This commit is contained in:
Jacob Støren 2017-08-23 11:02:58 +02:00
parent 5134a461d9
commit 7f63e8d688

View File

@ -114,7 +114,7 @@ double RigFractureTransmissibilityEquations::matrixToFractureTrans(double perm,
double transmissibility; double transmissibility;
double slDivPi = 0.0; double slDivPi = 0.0;
if (abs(skinfactor) > 1e-9) if ( cvf::Math::abs(skinfactor) > 1e-9)
{ {
slDivPi = (skinfactor * fractureAreaWeightedlength) / cvf::PI_D; slDivPi = (skinfactor * fractureAreaWeightedlength) / cvf::PI_D;
} }