]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
modifying enum location
authorvbd <vbd>
Tue, 12 Feb 2008 13:01:43 +0000 (13:01 +0000)
committervbd <vbd>
Tue, 12 Feb 2008 13:01:43 +0000 (13:01 +0000)
src/INTERP_KERNEL/InterpolationPlanar.hxx

index 8ef66804374f1e899647df1288fbde67c6a72967..60155e8698805b393d183c4ced7df3086c74b4f1 100755 (executable)
@@ -7,11 +7,11 @@
 
 namespace INTERP_KERNEL
 {
+  typedef enum {Triangulation, Convex, Generic} IntersectionType;
+
   template<class RealPlanar>
   class InterpolationPlanar : public Interpolation< InterpolationPlanar<RealPlanar> >
   {
-  public:
-    typedef enum {Triangulation, Convex, Generic} IntersectionType;
   private: 
     int  _printLevel;
     double _precision;