(#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)
{
CVF_ASSERT(false); // For now
return false; // Completely equal
// Completely equal, probably hitting between two cells
return false;
}
if(!isEnteringCell) // Leaving this cell