Skip to content

Commit 0c03caa

Browse files
Update install_mingw.md
1 parent 8c1c1dc commit 0c03caa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/install_mingw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ python two_body.py
4545
../../next.exe two_body.txt 8 0.01 0.1 vtu
4646
```
4747

48+
#### 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
50+
51+
#### If your executable is in build/
52+
../../build/next.exe two_body.txt 8 0.01 0.1 vtu
53+
4854
5. **View results**
4955

5056
Open the `.vtu` output in ParaView.

0 commit comments

Comments
 (0)