From: nadir Date: Mon, 24 Nov 2003 14:31:07 +0000 (+0000) Subject: Oups a small has been left in previous comit !! Sorry :). X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=527b15c53549b89b4921581f4b0a08fc35ff1599;p=modules%2Fsmesh.git Oups a small has been left in previous comit !! Sorry :). --- diff --git a/src/SMESH_I/SMESH_HypothesisFactory_i.cxx b/src/SMESH_I/SMESH_HypothesisFactory_i.cxx index c05970d39..f0a9ce5c9 100644 --- a/src/SMESH_I/SMESH_HypothesisFactory_i.cxx +++ b/src/SMESH_I/SMESH_HypothesisFactory_i.cxx @@ -90,7 +90,7 @@ _creatorMap["Regular_1D"] = new HypothesisCreator_i; _creatorMap["MEFISTO_2D"] = new HypothesisCreator_i; _creatorMap["Quadrangle_2D"] = new HypothesisCreator_i; _creatorMap["Hexa_3D"] = new HypothesisCreator_i; -_creatorMap["Tetra_3D"] = new HypothesisCreator_i; +_creatorMap["NETGEN_3D"] = new HypothesisCreator_i; //--------------------------------------- }