From: ageay Date: Wed, 11 Mar 2009 18:20:43 +0000 (+0000) Subject: Bug correction. X-Git-Tag: V5_1_main_FINAL~414 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d53114757177d6208d04364b3447d4760c8f4f6;p=tools%2Fmedcoupling.git Bug correction. --- diff --git a/src/INTERP_KERNEL/CellModel.cxx b/src/INTERP_KERNEL/CellModel.cxx index 81c2a77ea..db41d916c 100644 --- a/src/INTERP_KERNEL/CellModel.cxx +++ b/src/INTERP_KERNEL/CellModel.cxx @@ -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)