PerimeterGenerator - a bit of refactoring for readability.

This commit is contained in:
bubnikv 2017-07-19 15:42:49 +02:00
parent 81823fe7df
commit 9c1b1829cf
2 changed files with 29 additions and 30 deletions

View file

@ -77,8 +77,8 @@ public:
_ext_mm3_per_mm(-1), _mm3_per_mm(-1), _mm3_per_mm_overhang(-1)
{};
void process();
private:
private:
double _ext_mm3_per_mm;
double _mm3_per_mm;
double _mm3_per_mm_overhang;