]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
adding default value to orientation
authorvbd <vbd>
Thu, 16 Oct 2008 16:49:46 +0000 (16:49 +0000)
committervbd <vbd>
Thu, 16 Oct 2008 16:49:46 +0000 (16:49 +0000)
src/INTERP_KERNEL/Interpolation3DSurf.hxx

index 7aeb2f69a2ca0d704492742d3a8d07fb22199d72..7b0ffe294778e952d6be7f505a95548662c5e1d9 100644 (file)
@@ -10,7 +10,7 @@ namespace INTERP_KERNEL
   public:
     Interpolation3DSurf();
     void setOptions(double precision, int printLevel, double medianPlane, 
-                    IntersectionType intersectionType, bool doRotate, int orientation);
+                    IntersectionType intersectionType, bool doRotate, int orientation=0);
   public:
     bool doRotate() const { return _doRotate; }
     double medianPlane() const { return _medianPlane; }