We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add6ef7 commit e0acc8cCopy full SHA for e0acc8c
1 file changed
docs/install_mingw.md
@@ -42,14 +42,13 @@ cd ..
42
```bash
43
cd examples/TwoBodies
44
python two_body.py
45
-../../next.exe two_body.txt 8 0.01 0.1 vtu
46
```
47
48
#### If the copy command worked (copies to project root by default in CMake):
49
+../../next.exe two_body.txt 8 0.001 0.1 vtu
50
51
#### If your executable is in build/
52
-../../build/next.exe two_body.txt 8 0.01 0.1 vtu
+../../build/next.exe two_body.txt 8 0.001 0.1 vtu
53
54
5. **View results**
55
0 commit comments