Salome HOME
Fix for bug IPAL11446 : Is it correct: "SALOME PRO" on the background of TUI document...
[modules/smesh.git] / src / StdMeshers / StdMeshers_Propagation.cxx
index 6672e2565b6416d1bb3f04d0f71321c7ceefd812..2591d309d49f73e2a62f2fdf5e6709517a536950 100644 (file)
@@ -16,7 +16,7 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -40,7 +40,7 @@ StdMeshers_Propagation::StdMeshers_Propagation (int hypId, int studyId,
      : SMESH_Hypothesis(hypId, studyId, gen)
 {
   _name = GetName();
-  _param_algo_dim = -2;
+  _param_algo_dim = -1; // 1D auxiliary
 }
 
 //=============================================================================