Salome HOME
Changes for bug 18911 from Mantis.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_QuadrangleParams_i.cxx
index 768e67d043057879159853d54bab18a8b4f6e380..875a7df50c481b66000785755f376c1b529710f4 100644 (file)
@@ -92,8 +92,8 @@ void StdMeshers_QuadrangleParams_i::SetTriaVertex(CORBA::Long vertID)
   }
 
   // Update Python script
-  /*  SMESH::TPythonDump() << _this() << ".SetEdgesToReverse( "
-      << theList << " )";*/
+  SMESH::TPythonDump() << _this() << ".SetTriaVertex( "
+      << vertID << " )";
 }
 
 //=============================================================================