]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Oups a small has been left in previous comit !! Sorry :).
authornadir <nadir>
Mon, 24 Nov 2003 14:31:07 +0000 (14:31 +0000)
committernadir <nadir>
Mon, 24 Nov 2003 14:31:07 +0000 (14:31 +0000)
src/SMESH_I/SMESH_HypothesisFactory_i.cxx

index c05970d390463287676b570a01c2611d446ebfaa..f0a9ce5c961cb7484157aa369cb6aa5181d2ecbf 100644 (file)
@@ -90,7 +90,7 @@ _creatorMap["Regular_1D"] = new HypothesisCreator_i<SMESH_Regular_1D_i>;
 _creatorMap["MEFISTO_2D"] = new HypothesisCreator_i<SMESH_MEFISTO_2D_i>;
 _creatorMap["Quadrangle_2D"] = new HypothesisCreator_i<SMESH_Quadrangle_2D_i>;
 _creatorMap["Hexa_3D"] = new HypothesisCreator_i<SMESH_Hexa_3D_i>;
-_creatorMap["Tetra_3D"] = new HypothesisCreator_i<SMESH_Tetra_3D_i>;
+_creatorMap["NETGEN_3D"] = new HypothesisCreator_i<SMESH_NETGEN_3D_i>;
 
 //---------------------------------------
 }