#1112 Finally the first iteration of the actual calculation of accumulated flow pr connection. No Flow Diagnostics yet, and we wait for the real flow rates.

This commit is contained in:
Jacob Støren
2017-01-25 22:49:25 +01:00
parent 5053112e3d
commit 90c791a2da
2 changed files with 145 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ struct RigWellResultPoint
m_bottomPosition(cvf::Vec3d::UNDEFINED),
m_flowRate(0.0)
{ }
bool isPointValid() const
{
return m_bottomPosition != cvf::Vec3d::UNDEFINED;