#2530 Mohr circle: Fix crash when selected cell has no value

This commit is contained in:
Rebecca Cox
2018-02-27 10:32:59 +01:00
parent cbbc9c0f26
commit cfa3443cdd
2 changed files with 40 additions and 6 deletions

View File

@@ -83,6 +83,8 @@ private:
void replotAndScaleAxis();
static bool isValidPrincipals(double p1, double p2, double p3);
private:
double m_principal1;
double m_principal2;