]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Ces lignes plantent en V7_dev avec le OT161. Output en cohrence avec test de non...
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 27 Apr 2016 13:27:12 +0000 (15:27 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 27 Apr 2016 13:27:12 +0000 (15:27 +0200)
generator/OpenturnsSTD.py

index f2659e1c777c437c41fd7b65b7190288426ef827..1bbaf04bd8eafb603baeac12cfc9ad5c2b15c4a2 100644 (file)
@@ -687,8 +687,8 @@ class STDGenerateur :
         txt += "  #  view.show(block=True)\n"
         txt += "  #else:\n"
         txt += "  #  print 'Warning: cannot display image', %s.getBitmap(), '(probably because no X server was found)'\n" % self.variable["kernelSmoothedGraph"]
-        txt += "  print 'bitmap =', %s.getBitmap()\n"  % self.variable["kernelSmoothedGraph"]
-        txt += "  print 'postscript =', %s.getPostscript()\n"  % self.variable["kernelSmoothedGraph"]
+        #txt += "  print 'bitmap =', %s.getBitmap()\n"  % self.variable["kernelSmoothedGraph"]
+        #txt += "  print 'postscript =', %s.getPostscript()\n"  % self.variable["kernelSmoothedGraph"]
         txt += "\n"
    
     return txt