]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
bug Anthony sur le chemin OT151
authorpascale.noyret <pascale.noyret@edf.fr>
Tue, 5 May 2015 09:12:34 +0000 (11:12 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Tue, 5 May 2015 09:12:34 +0000 (11:12 +0200)
generator/OpenturnsSTD.py

index cf8ccc15749a7f19d44fe250b09cb42ebd5a537d..c56e742e2bea1b8f5b314442ce5af4322a9efaed 100644 (file)
@@ -1391,7 +1391,7 @@ class STDGenerateur :
     txt  = headerSTD % self.OpenTURNS_path
     txt += "dist = %s\n" % apply( STDGenerateur.__dict__[ loi[ 'Kind' ] ], (self, loi) )
     txt += "graph = dist.drawPDF()\n"
-    txt += "graph.draw( '%s', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier)
+    txt += "graph.draw( '%s/', '%s' , 640, 480, GraphImplementation.PNG)\n" % (chemin, fichier)
     txt += footerSTD
     return txt