diff Framework/Toolbox/SliceGeometry.h @ 77:f5f54ed8d307 wasm

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 May 2017 21:13:29 +0200
parents 298f375dcb68
children f244018a4e4b
line wrap: on
line diff
--- a/Framework/Toolbox/SliceGeometry.h	Wed May 24 12:42:08 2017 +0200
+++ b/Framework/Toolbox/SliceGeometry.h	Wed May 24 21:13:29 2017 +0200
@@ -89,7 +89,7 @@
                       double& offsetY,
                       const Vector& point) const;
 
-    bool IsSamePlane(const SliceGeometry& other,
+    bool IsSamePlane(const SliceGeometry& slice,
                      double sliceThickness) const;
   };
 }