From 2e7cf32559fc31ab7ddf48c4716363cc3db4b4d5 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Wed, 11 Dec 2024 13:54:02 +0100 Subject: [PATCH] Fix Typo. --- Tests/Data/PhaseField/beam_jupyter_notebook/beam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Data/PhaseField/beam_jupyter_notebook/beam.py b/Tests/Data/PhaseField/beam_jupyter_notebook/beam.py index 90970a1ea85..324adabb35d 100644 --- a/Tests/Data/PhaseField/beam_jupyter_notebook/beam.py +++ b/Tests/Data/PhaseField/beam_jupyter_notebook/beam.py @@ -167,7 +167,7 @@ def ogs_beam( shell=True, ) run( - f"extractSurface -i {out_dir}/bar.vtu -o {out_dir}/bar_right.vtu -x -1 -y 0 -z 0 >> {logfile}", + f"ExtractSurface -i {out_dir}/bar.vtu -o {out_dir}/bar_right.vtu -x -1 -y 0 -z 0 >> {logfile}", check=True, shell=True, )