X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2FStreamLines%2FA3.py;h=e04bec9eef68d85d1d831fdf95cad97e8afa86d8;hb=aa1eabfa68abde019175886db5e066520d92169f;hp=2b9023e5d3c015cf9b50b8f41a74a7016cf0188e;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/test/VisuPrs/StreamLines/A3.py b/test/VisuPrs/StreamLines/A3.py index 2b9023e5..e04bec9e 100644 --- a/test/VisuPrs/StreamLines/A3.py +++ b/test/VisuPrs/StreamLines/A3.py @@ -1,9 +1,9 @@ -# Copyright (C) 2010-2012 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(sys.argv[1], "StreamLines/A3") - -# Create presentations -myParavis = paravis.myParavis +picturedir = get_picture_dir("StreamLines/A3") file = datadir + "Fields_group3D.med" print " --------------------------------- " print "file ", file print " --------------------------------- " print "\nCreatePrsForFile..." -CreatePrsForFile(myParavis, file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext) +CreatePrsForFile(file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext)