#933 Fixed closest result for pr element face-node result when picking on elements. Also fixed the result plot in the same respect.

This commit is contained in:
Jacob Støren
2016-10-25 13:42:40 +02:00
parent c418650546
commit a9b2451cdd
10 changed files with 189 additions and 88 deletions

View File

@@ -42,7 +42,7 @@ class RiuFemResultTextBuilder
{
public:
RiuFemResultTextBuilder(RimGeoMechView* reservoirView, int gridIndex, int cellIndex, int timeStepIndex);
void setFace(cvf::StructGridInterface::FaceType face);
void setFace(int face);
void setIntersectionPoint(cvf::Vec3d intersectionPoint);
QString mainResultText();
@@ -66,7 +66,7 @@ private:
int m_cellIndex;
int m_timeStepIndex;
cvf::StructGridInterface::FaceType m_face;
int m_face;
cvf::Vec3d m_intersectionPoint;
};