]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
Name of the graph correction.
authorakk <akk@opencascade.com>
Fri, 2 Dec 2005 07:21:47 +0000 (07:21 +0000)
committerakk <akk@opencascade.com>
Fri, 2 Dec 2005 07:21:47 +0000 (07:21 +0000)
examples/GraphUnValid.py

index c773582050494ded9a747bbd4bedd59be320bd85..b1b07801038b5f614b26a8f8302dcfc81b09a1e6 100755 (executable)
@@ -73,7 +73,7 @@ Subx.AddCoord( 4 , 565 , 141 )
 AddFuncValue = Add.Port( 'FuncValue' )
 Divz = Div.Port( 'z' )
 
-statvalid = GraphInLinesUnValid.IsValid()
+statvalid = GraphUnValid.IsValid()
 if statvalid == 0 :
     print "Unvalid graph : Ok"
 else :