From: ageay Date: Tue, 24 Apr 2012 09:34:19 +0000 (+0000) Subject: NORM_ERROR is now in map of available geometric types. X-Git-Tag: TRIPOLI_323~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12947d53a917e8898fedb98298df0a570b3ca4b5;p=tools%2Fmedcoupling.git NORM_ERROR is now in map of available geometric types. --- diff --git a/src/INTERP_KERNEL/CellModel.cxx b/src/INTERP_KERNEL/CellModel.cxx index 0040ef01f..687901388 100644 --- a/src/INTERP_KERNEL/CellModel.cxx +++ b/src/INTERP_KERNEL/CellModel.cxx @@ -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)