mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add missing include
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "RigTransmissibilityEquations.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -147,7 +149,7 @@ double RicWellPathFractureReportItem::fcd() const
|
||||
double myFcd = 0.0;
|
||||
|
||||
double threshold = 1.0e-7;
|
||||
if (std::fabs(kmxf()) > threshold)
|
||||
if (fabs(kmxf()) > threshold)
|
||||
{
|
||||
myFcd = kfwf() / kmxf();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user