Salome HOME
update SMESH_test comment i3
[modules/smesh.git] / src / SMESH_SWIG / SMESH_test.py
index 23f0654012765d1b0b2743ffe55da77a1fe07bbd..c18504deac4e9159890226628d4eea8bc5d26a3f 100644 (file)
@@ -1,6 +1,6 @@
-#  SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
+#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 #
 #  This library is free software; you can redistribute it and/or
 #  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.com
-#
-#
+#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+#  SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
 #  File   : SMESH_test.py
 #  Module : SMESH
-
+#
 import salome
 import geompy
 import smesh
@@ -130,5 +129,5 @@ for a in log:
             i2 = a.indexes[ii]
             ii = ii+1
             i3 = a.indexes[ii]
-            ii = ii+1
+            #ii = ii+1
             print "AddTriangle %i - %i %i %i" % (ind, i1, i2, i3)