From: vbd Date: Tue, 12 Feb 2008 13:01:43 +0000 (+0000) Subject: modifying enum location X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=848aa762c73ef8eb58fbf4d00dbcc913bd85cd90;p=tools%2Fmedcoupling.git modifying enum location --- diff --git a/src/INTERP_KERNEL/InterpolationPlanar.hxx b/src/INTERP_KERNEL/InterpolationPlanar.hxx index 8ef668043..60155e869 100755 --- a/src/INTERP_KERNEL/InterpolationPlanar.hxx +++ b/src/INTERP_KERNEL/InterpolationPlanar.hxx @@ -7,11 +7,11 @@ namespace INTERP_KERNEL { + typedef enum {Triangulation, Convex, Generic} IntersectionType; + template class InterpolationPlanar : public Interpolation< InterpolationPlanar > { - public: - typedef enum {Triangulation, Convex, Generic} IntersectionType; private: int _printLevel; double _precision;