From: vbd Date: Thu, 16 Oct 2008 16:49:46 +0000 (+0000) Subject: adding default value to orientation X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f3d40dd368c17316d6918a0ce44889e5d7e49cab;p=tools%2Fmedcoupling.git adding default value to orientation --- diff --git a/src/INTERP_KERNEL/Interpolation3DSurf.hxx b/src/INTERP_KERNEL/Interpolation3DSurf.hxx index 7aeb2f69a..7b0ffe294 100644 --- a/src/INTERP_KERNEL/Interpolation3DSurf.hxx +++ b/src/INTERP_KERNEL/Interpolation3DSurf.hxx @@ -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; }