]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Declaration of checkNormalize() implemented in QuadraticPlanarInterpTest4.cxx seems...
authorndjinga <ndjinga>
Fri, 3 Oct 2008 10:30:23 +0000 (10:30 +0000)
committerndjinga <ndjinga>
Fri, 3 Oct 2008 10:30:23 +0000 (10:30 +0000)
src/INTERP_KERNEL/Test/QuadraticPlanarInterpTest.hxx

index 2c138735275b85240c91c126cf250a1d790ab751..dca7ab68f212eaafe522851787572406f89cafe2 100644 (file)
@@ -83,6 +83,8 @@ namespace INTERP_KERNEL
     void checkNonRegression10();
     void checkNonRegression11();
     void checkNonRegression12();
+               //
+               void checkNormalize();
   private:
     EdgeArcCircle *buildArcOfCircle(const double *center, double radius, double alphaStart, double alphaEnd);
     double btw2NodesAndACenter(const Node& n1, const Node& n2, const double *center);