From 12947d53a917e8898fedb98298df0a570b3ca4b5 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 24 Apr 2012 09:34:19 +0000 Subject: [PATCH] NORM_ERROR is now in map of available geometric types. --- src/INTERP_KERNEL/CellModel.cxx | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2