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