Skip to content

Commit 526ab45

Browse files
authored
Fix typo in elastic-tube-1d
1 parent e556c86 commit 526ab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastic-tube-1d/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ python3 plot-vtk.py <quantity> <case>/output/<prefix>
114114

115115
Note the required arguments specifying which quantity to plot (`pressure`, `velocity` or `diameter`) and the name prefix of the target vtk files.
116116

117-
For example, to plot the diameter of the fluid-python case using the default prefix for VTK files, `plot-diamter.sh` executes:
117+
For example, to plot the diameter of the fluid-python case using the default prefix for VTK files, `plot-diameter.sh` executes:
118118

119119
```bash
120120
python3 plot-vtk.py diameter fluid-python/output/out_fluid_

0 commit comments

Comments
 (0)