remove msvc specific leniencies

This commit is contained in:
Thomas Krijnen
2016-04-09 17:54:23 +02:00
parent 9d730054dd
commit 1142db3265
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ public:
*this = other;
}
Kernel& Kernel::operator=(const Kernel& other) {
Kernel& operator=(const Kernel& other) {
setValue(GV_DEFLECTION_TOLERANCE, other.getValue(GV_DEFLECTION_TOLERANCE));
setValue(GV_WIRE_CREATION_TOLERANCE, other.getValue(GV_WIRE_CREATION_TOLERANCE));
setValue(GV_MINIMAL_FACE_AREA, other.getValue(GV_MINIMAL_FACE_AREA));