X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_i.cxx;h=768d2c4fb0ed174bf6ec2b7496f9cbfb2357788d;hb=d0f366c4a3a66a71b0be94f7a6e2d146f80a94c4;hp=f045bbe72f260de99c5a995d2a77eee8646e9163;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_i.cxx b/src/StdMeshers_I/StdMeshers_i.cxx index f045bbe72..768d2c4fb 100644 --- a/src/StdMeshers_I/StdMeshers_i.cxx +++ b/src/StdMeshers_I/StdMeshers_i.cxx @@ -31,12 +31,14 @@ using namespace std; #include "utilities.h" #include "StdMeshers_LocalLength_i.hxx" +#include "StdMeshers_AutomaticLength_i.hxx" #include "StdMeshers_StartEndLength_i.hxx" #include "StdMeshers_Arithmetic1D_i.hxx" #include "StdMeshers_NumberOfSegments_i.hxx" #include "StdMeshers_Deflection1D_i.hxx" #include "StdMeshers_Propagation_i.hxx" #include "StdMeshers_LengthFromEdges_i.hxx" +#include "StdMeshers_QuadranglePreference_i.hxx" #include "StdMeshers_MaxElementArea_i.hxx" #include "StdMeshers_MaxElementVolume_i.hxx" #include "StdMeshers_NotConformAllowed_i.hxx" @@ -81,6 +83,10 @@ extern "C" aCreator = new HypothesisCreator_i; else if (strcmp(aHypName, "Arithmetic1D") == 0) aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "AutomaticLength") == 0) + aCreator = new HypothesisCreator_i; + else if (strcmp(aHypName, "QuadranglePreference") == 0) + aCreator = new HypothesisCreator_i; // Algorithms else if (strcmp(aHypName, "Regular_1D") == 0)