From 4d53114757177d6208d04364b3447d4760c8f4f6 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 11 Mar 2009 18:20:43 +0000 Subject: [PATCH] Bug correction. --- src/INTERP_KERNEL/CellModel.cxx | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2