Skip to content

Commit

Permalink
Fix Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Dec 11, 2024
1 parent 039277f commit 2e7cf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Data/PhaseField/beam_jupyter_notebook/beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 2e7cf32

Please sign in to comment.