diff --git a/ApplicationCode/ReservoirDataModel/RigWellLogExtractionTools.h b/ApplicationCode/ReservoirDataModel/RigWellLogExtractionTools.h index d436431f8f..db8e08f9f7 100644 --- a/ApplicationCode/ReservoirDataModel/RigWellLogExtractionTools.h +++ b/ApplicationCode/ReservoirDataModel/RigWellLogExtractionTools.h @@ -108,9 +108,8 @@ struct WellPathDepthPoint { if (isEnteringCell == other.isEnteringCell) { - CVF_ASSERT(false); // For now - - return false; // Completely equal + // Completely equal, probably hitting between two cells + return false; } if(!isEnteringCell) // Leaving this cell