Salome HOME
Changes for bug 18911 from Mantis.
authorskl <skl@opencascade.com>
Tue, 22 Dec 2009 10:04:35 +0000 (10:04 +0000)
committerskl <skl@opencascade.com>
Tue, 22 Dec 2009 10:04:35 +0000 (10:04 +0000)
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 << " )";
 }
 
 //=============================================================================