Skip to content

Commit e0acc8c

Browse files
Update install_mingw.md
1 parent add6ef7 commit e0acc8c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/install_mingw.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@ cd ..
4242
```bash
4343
cd examples/TwoBodies
4444
python two_body.py
45-
../../next.exe two_body.txt 8 0.01 0.1 vtu
4645
```
4746

4847
#### If the copy command worked (copies to project root by default in CMake):
49-
../../next.exe two_body.txt 8 0.01 0.1 vtu
48+
../../next.exe two_body.txt 8 0.001 0.1 vtu
5049

5150
#### If your executable is in build/
52-
../../build/next.exe two_body.txt 8 0.01 0.1 vtu
51+
../../build/next.exe two_body.txt 8 0.001 0.1 vtu
5352

5453
5. **View results**
5554

0 commit comments

Comments
 (0)