X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2FStreamLines%2FE0.py;h=237ee50344df0a73d29ece127c4bce8a99ffb5cd;hb=aa1eabfa68abde019175886db5e066520d92169f;hp=1193922a3822d9516010c49769df696312c4cd24;hpb=1281fe8287ee5f352ab9ad6ff7de1be3d8c54ed2;p=modules%2Fparavis.git diff --git a/test/VisuPrs/StreamLines/E0.py b/test/VisuPrs/StreamLines/E0.py index 1193922a..237ee503 100644 --- a/test/VisuPrs/StreamLines/E0.py +++ b/test/VisuPrs/StreamLines/E0.py @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2013 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 # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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/E0") -# Create presentations -myParavis = paravis.myParavis - file = datadir + "test_55_solid_concentr_dom.med" print " --------------------------------- " print "file ", file print " --------------------------------- " print "\nCreatePrsForFile..." -CreatePrsForFile(myParavis, file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext) +CreatePrsForFile(file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext)