#1794 System : Put fracture tests inside correct #ifdef

This commit is contained in:
Magne Sjaastad 2017-08-22 14:46:21 +02:00
parent 1ee068cd6a
commit 87c19f927d

View File

@ -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"