Changes for bug 18911 from Mantis.

This commit is contained in:
skl 2009-12-22 10:04:35 +00:00
parent 313bdfc1c7
commit 72982ad122

View 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 << " )";
}
//=============================================================================