Salome HOME
Merge branch V7_3_1_BR
[modules/paravis.git] / test / VisuPrs / GaussPoints / A5.py
index 20db5ad20f8cc9c550d191a4904a0e0958f23551..44e7e71f7dd30823b31e27f9d9e47e488ee29908 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2014  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
@@ -30,7 +30,7 @@ import pvsimple
 
 
 # Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1], "GaussPoints/A5")
+picturedir = get_picture_dir("GaussPoints/A5")
 if not picturedir.endswith(os.sep):
     picturedir += os.sep