X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_CreateStdHypothesisDlg.cxx;h=29205f4d11796f988689f69819478f7aed811feb;hp=542600141fe590793ea88ace9c36344c07dfb6a7;hb=5c933ecde0251d3c4894d0cdeab8dc67b6c4c3a5;hpb=236b583d315b14278bda28e118748016d0e4f709 diff --git a/src/StdMeshersGUI/StdMeshersGUI_CreateStdHypothesisDlg.cxx b/src/StdMeshersGUI/StdMeshersGUI_CreateStdHypothesisDlg.cxx index 542600141..29205f4d1 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_CreateStdHypothesisDlg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_CreateStdHypothesisDlg.cxx @@ -66,6 +66,8 @@ StdMeshersGUI_CreateStdHypothesisDlg::StdMeshersGUI_CreateStdHypothesisDlg (cons hypTypeStr = "DEFLECTION1D"; else if (hypType.compare("Arithmetic1D") == 0) hypTypeStr = "ARITHMETIC_1D"; + else if (hypType.compare("AutomaticLength") == 0) + hypTypeStr = "AUTOMATIC_LENGTH"; else return;