mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2315. Replaced abs() by fabs() where relevant
This commit is contained in:
@@ -213,7 +213,7 @@ cvf::Vec3d RimFracture::fracturePosition() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
double RimFracture::wellFractureAzimuthDiff() const
|
||||
{
|
||||
double wellDifference = abs(wellAzimuthAtFracturePosition() - azimuth);
|
||||
double wellDifference = fabs(wellAzimuthAtFracturePosition() - azimuth);
|
||||
return wellDifference;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user