X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2FStreamLines%2FF1.py;h=f2dc033de0e4f5e2b68cb00cbdf3bbebbcb3e3a2;hb=aa1eabfa68abde019175886db5e066520d92169f;hp=e85a5cb615ef72a8e9434fe52fd07f257948a697;hpb=f97aa0a72a48a5411faa8d0defd3cf4b54f4c305;p=modules%2Fparavis.git diff --git a/test/VisuPrs/StreamLines/F1.py b/test/VisuPrs/StreamLines/F1.py index e85a5cb6..f2dc033d 100644 --- a/test/VisuPrs/StreamLines/F1.py +++ b/test/VisuPrs/StreamLines/F1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2016 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -24,18 +24,13 @@ import sys from paravistest import datadir, pictureext, get_picture_dir from presentations import CreatePrsForFile, PrsTypeEnum -import paravis - # Directory for saving snapshots picturedir = get_picture_dir("StreamLines/F1") -# Create presentations -myParavis = paravis.myParavis - file = datadir + "ml.med" print " --------------------------------- " print "file ", file print " --------------------------------- " print "\nCreatePrsForFile..." -CreatePrsForFile(myParavis, file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext) +CreatePrsForFile(file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext)