(#482) Got rid of cause of crash

Removed an assertion in the case where one would extract a well path
between two cells.
This commit is contained in:
Pål Hagen 2015-09-17 10:15:46 +02:00
parent c6caea2869
commit 713ccf09be

View File

@ -108,9 +108,8 @@ struct WellPathDepthPoint
{ {
if (isEnteringCell == other.isEnteringCell) if (isEnteringCell == other.isEnteringCell)
{ {
CVF_ASSERT(false); // For now // Completely equal, probably hitting between two cells
return false;
return false; // Completely equal
} }
if(!isEnteringCell) // Leaving this cell if(!isEnteringCell) // Leaving this cell