Address some warnings

This commit is contained in:
Thomas Krijnen
2020-03-18 11:59:11 +01:00
parent 30b28d5a8f
commit 86b02a9adf
3 changed files with 13 additions and 16 deletions
+2 -2
View File
@@ -216,12 +216,12 @@ private:
};
double deflection_tolerance;
double max_faces_to_orient;
double ifc_length_unit;
double ifc_planeangle_unit;
double modelling_precision;
double dimensionality;
double max_faces_to_orient;
#ifndef NO_CACHE
MAKE_TYPE_NAME(Cache) cache;
#endif