]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
NORM_ERROR is now in map of available geometric types.
authorageay <ageay>
Tue, 24 Apr 2012 09:34:19 +0000 (09:34 +0000)
committerageay <ageay>
Tue, 24 Apr 2012 09:34:19 +0000 (09:34 +0000)
src/INTERP_KERNEL/CellModel.cxx

index 0040ef01f72d095a381cd8a98340ddbc85fcf477..687901388566c672f5135cb0022730edc81bbea2 100644 (file)
@@ -99,6 +99,7 @@ namespace INTERP_KERNEL
     _map_of_unique_instance.insert(std::make_pair(NORM_POLYHED,CellModel(NORM_POLYHED)));
     _map_of_unique_instance.insert(std::make_pair(NORM_QPOLYG,CellModel(NORM_QPOLYG)));
     _map_of_unique_instance.insert(std::make_pair(NORM_POLYL,CellModel(NORM_POLYL)));
+    _map_of_unique_instance.insert(std::make_pair(NORM_ERROR,CellModel(NORM_ERROR)));
   }
 
   CellModel::CellModel(NormalizedCellType type):_type(type)