riMULTXYZ: Added tolerances for CellEdge and Calculations

This commit is contained in:
Jacob Støren
2014-08-28 11:24:41 +02:00
parent 5377742bbc
commit edd7a671d9
3 changed files with 16 additions and 9 deletions

View File

@@ -67,4 +67,6 @@ private:
size_t timeStepIndex,
RigCaseData* eclipseCase,
const RigGridBase* grid);
static bool hideScalarValue(double scalarValue, double scalarValueToHide, double tolerance);
};