#3945 Fix bug related to updating Contour Map when changing result and weighting parameter

This commit is contained in:
Gaute Lindkvist
2019-01-11 12:32:46 +01:00
parent d1a457bf07
commit 4f09b6fbf6
2 changed files with 23 additions and 0 deletions

View File

@@ -213,5 +213,6 @@ protected:
double m_sampleSpacing;
std::vector<ContourPolygons> m_contourPolygons;
std::vector<cvf::Vec4d> m_trianglesWithVertexValues;
QString m_currentResultName;
int m_currentResultTimestep;
};