From 706d0c3398378fa0ee63db4ef429906b44d1e1a7 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Mon, 30 Aug 2021 13:32:48 +0200
Subject: [PATCH] [bin][postprocessing] Use 'Line' as required by newer
 paraview versions

---
 bin/postprocessing/extractlinedata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/postprocessing/extractlinedata.py b/bin/postprocessing/extractlinedata.py
index f96ec365c0..5307475740 100644
--- a/bin/postprocessing/extractlinedata.py
+++ b/bin/postprocessing/extractlinedata.py
@@ -107,7 +107,7 @@ for curFile in args["files"]:
     SetActiveSource(vtkFile)
 
     # apply and configure PlotOverLine filter
-    plotOverLine = PlotOverLine(Source="High Resolution Line Source")
+    plotOverLine = PlotOverLine(Source="Line")
     plotOverLine.Source.Resolution = args["resolution"]
     plotOverLine.Source.Point1 = args["point1"]
     plotOverLine.Source.Point2 = args["point2"]
-- 
GitLab