Skip to content
Snippets Groups Projects
Commit 706d0c33 authored by Timo Koch's avatar Timo Koch Committed by Dennis Gläser
Browse files

[bin][postprocessing] Use 'Line' as required by newer paraview versions

parent 150cb8c5
No related branches found
No related tags found
1 merge request!2758Feature/python scipts formatting linting
...@@ -107,7 +107,7 @@ for curFile in args["files"]: ...@@ -107,7 +107,7 @@ for curFile in args["files"]:
SetActiveSource(vtkFile) SetActiveSource(vtkFile)
# apply and configure PlotOverLine filter # apply and configure PlotOverLine filter
plotOverLine = PlotOverLine(Source="High Resolution Line Source") plotOverLine = PlotOverLine(Source="Line")
plotOverLine.Source.Resolution = args["resolution"] plotOverLine.Source.Resolution = args["resolution"]
plotOverLine.Source.Point1 = args["point1"] plotOverLine.Source.Point1 = args["point1"]
plotOverLine.Source.Point2 = args["point2"] plotOverLine.Source.Point2 = args["point2"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment