From 848aa762c73ef8eb58fbf4d00dbcc913bd85cd90 Mon Sep 17 00:00:00 2001 From: vbd Date: Tue, 12 Feb 2008 13:01:43 +0000 Subject: [PATCH] modifying enum location --- src/INTERP_KERNEL/InterpolationPlanar.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2