X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2Fdump_study%2FA7.py;h=1c2018efd02e9aa344bb0cab2ad4829f80a5f454;hb=7cbbd61df3f61d6f3f766b890af5352960bbaa1e;hp=6eb2f2510f329594fe533ec7a8f4be284f71d03d;hpb=f284847a1f9ec2519639285396adf10a84903eea;p=modules%2Fparavis.git diff --git a/test/VisuPrs/dump_study/A7.py b/test/VisuPrs/dump_study/A7.py old mode 100644 new mode 100755 index 6eb2f251..1c2018ef --- a/test/VisuPrs/dump_study/A7.py +++ b/test/VisuPrs/dump_study/A7.py @@ -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 @@ -59,7 +59,7 @@ calc = get_add_component_calc(source, EntityType.NODE, field_name) vector_array = calc.ResultArrayName calc.UpdatePipeline() source = calc -stream = pv.StreamTracer(source) +stream = pvs.StreamTracer(source) # 3. Apply settings RenameSource(settings['name'], stream)