Skip to content

Commit 8846a82

Browse files
committed
Fixed solver dirs
1 parent 9be4db1 commit 8846a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

growing-mesh/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Not passing a number, runs the simulation on a single rank.
3131
To run both on a two rank each, use:
3232

3333
```bash
34-
cd fluid-cpp
34+
cd A
3535
./run.sh 2
3636
```
3737

3838
and
3939

4040
```bash
41-
cd solid-cpp
41+
cd B
4242
./run.sh 2
4343
```

0 commit comments

Comments
 (0)