mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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 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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user