From f3d40dd368c17316d6918a0ce44889e5d7e49cab Mon Sep 17 00:00:00 2001 From: vbd Date: Thu, 16 Oct 2008 16:49:46 +0000 Subject: [PATCH] adding default value to orientation --- src/INTERP_KERNEL/Interpolation3DSurf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2