mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1794 System : Put fracture tests inside correct #ifdef
This commit is contained in:
parent
1ee068cd6a
commit
87c19f927d
@ -142,6 +142,8 @@ TEST(RigCellGeometryTools, findCellAverageZTest)
|
||||
|
||||
}
|
||||
|
||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@ -191,6 +193,7 @@ TEST(RigCellGeometryTools, lengthCalcTest)
|
||||
EXPECT_DOUBLE_EQ(length, 2.5);
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@ -311,7 +314,6 @@ TEST(RigCellGeometryTools, polylinePolygonIntersectionTest2)
|
||||
//Since both the line and the polygon is in the z=0 plane, the expected clipped line should be in this plane
|
||||
}
|
||||
|
||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
|
||||
#include "RigWellPathStimplanIntersector.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user