mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#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:
parent
c6caea2869
commit
713ccf09be
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user