Remove compiler warning + whitespace

This commit is contained in:
Jacob Støren
2018-09-14 11:23:57 +02:00
parent 09d263cc39
commit 50a579c136
2 changed files with 1 additions and 4 deletions

View File

@@ -587,10 +587,6 @@ bool RimSimWellInView::isWellSpheresVisible(size_t frameIndex) const
{
return true;
}
CVF_ASSERT(false); // Never end here. have you added new pipe visibility modes ?
return false;
}
//--------------------------------------------------------------------------------------------------