From: akk Date: Fri, 2 Dec 2005 07:21:47 +0000 (+0000) Subject: Name of the graph correction. X-Git-Tag: T_2_2_7pre~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5d18067dfb0013b62482790cea429af8a277c926;p=modules%2Fsuperv.git Name of the graph correction. --- diff --git a/examples/GraphUnValid.py b/examples/GraphUnValid.py index c773582..b1b0780 100755 --- a/examples/GraphUnValid.py +++ b/examples/GraphUnValid.py @@ -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 :