From eeec5338e6a61a30d9b07a16b3ccc1466cd844a4 Mon Sep 17 00:00:00 2001 From: Florian BRUNET Date: Wed, 3 May 2017 09:37:45 +0200 Subject: [PATCH] Bug fix with presentations.py and a renaming of GaussPoints() method. --- src/PV_SWIG/presentations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2