]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Bug correction.
authorageay <ageay>
Wed, 11 Mar 2009 18:20:43 +0000 (18:20 +0000)
committerageay <ageay>
Wed, 11 Mar 2009 18:20:43 +0000 (18:20 +0000)
src/INTERP_KERNEL/CellModel.cxx

index 81c2a77ea8666016f04cc89d382ccbd70151af6a..db41d916c2451e539adfa6c483b73e67c2d918c0 100644 (file)
@@ -58,6 +58,8 @@ namespace INTERP_KERNEL
     _map_of_unique_instance.insert(make_pair(NORM_PYRA13,CellModel(NORM_PYRA13)));
     _map_of_unique_instance.insert(make_pair(NORM_PENTA15,CellModel(NORM_PENTA15)));
     _map_of_unique_instance.insert(make_pair(NORM_HEXA20,CellModel(NORM_HEXA20)));
+    _map_of_unique_instance.insert(make_pair(NORM_POLYGON,CellModel(NORM_POLYGON)));
+    _map_of_unique_instance.insert(make_pair(NORM_POLYHED,CellModel(NORM_POLYHED)));
   }
 
   CellModel::CellModel(NormalizedCellType type)