mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Linux compile fix
This commit is contained in:
parent
5134a461d9
commit
7f63e8d688
@ -114,7 +114,7 @@ double RigFractureTransmissibilityEquations::matrixToFractureTrans(double perm,
|
||||
double transmissibility;
|
||||
|
||||
double slDivPi = 0.0;
|
||||
if (abs(skinfactor) > 1e-9)
|
||||
if ( cvf::Math::abs(skinfactor) > 1e-9)
|
||||
{
|
||||
slDivPi = (skinfactor * fractureAreaWeightedlength) / cvf::PI_D;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user