Skip to content

Commit 050c074

Browse files
sbryngelsonclaude
andcommitted
Fix case of 3D_shockdroplet directory in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a929047 commit 050c074

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373

7474
Your first simulation:
7575
```bash
76-
./mfc.sh run examples/3d_shockdroplet/case.py -n $(nproc)
76+
./mfc.sh run examples/3D_shockdroplet/case.py -n $(nproc)
7777
```
78-
Visualize the output in `examples/3d_shockdroplet/silo_hdf5/` with ParaView, VisIt, or your favorite tool.
78+
Visualize the output in `examples/3D_shockdroplet/silo_hdf5/` with ParaView, VisIt, or your favorite tool.
7979
For detailed build instructions (Linux, macOS, Windows/WSL, HPC clusters), see the [Getting Started guide](https://mflowcode.github.io/documentation/getting-started.html).
8080

8181
Get in touch with <a href="mailto:shb@gatech.edu">Spencer</a> if you have questions!
@@ -113,10 +113,10 @@ Run `./mfc.sh <command> --help` for detailed options, or see the [full documenta
113113

114114
The shock-droplet interaction case above was run via
115115
```shell
116-
./mfc.sh run -n $(nproc) ./examples/3d_shockdroplet/case.py
116+
./mfc.sh run -n $(nproc) ./examples/3D_shockdroplet/case.py
117117
```
118118
where `$(nproc)` is the number of cores the example will run on (and the number of physical cores on your CPU device).
119-
You can visualize the output data in `examples/3d_shockdroplet/silo_hdf5` via Paraview, Visit, or your favorite software.
119+
You can visualize the output data in `examples/3D_shockdroplet/silo_hdf5` via Paraview, Visit, or your favorite software.
120120

121121
## Is this _really_ exascale?
122122

0 commit comments

Comments
 (0)