From: Florian BRUNET Date: Wed, 3 May 2017 07:37:45 +0000 (+0200) Subject: Bug fix with presentations.py and a renaming of GaussPoints() method. X-Git-Tag: V8_3_0rc5^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffbt%2Fparavis_presentation_gausspoints_to_elgafield;p=modules%2Fparavis.git Bug fix with presentations.py and a renaming of GaussPoints() method. --- diff --git a/src/PV_SWIG/presentations.py b/src/PV_SWIG/presentations.py index 11ea19c8..00021651 100644 --- a/src/PV_SWIG/presentations.py +++ b/src/PV_SWIG/presentations.py @@ -2316,7 +2316,7 @@ def GaussPointsOnField1(proxy, entity, field_name, proxy.UpdatePipeline(time=time_value) # Create Gauss Points object - source = pvs.GaussPoints(proxy) + source = pvs.ELGAfieldToPointSprite(proxy) source.UpdatePipeline() # Get Gauss Points representation object