Skip to content

Commit add6ef7

Browse files
Update install_msvc.md
1 parent 0c03caa commit add6ef7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/install_msvc.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ cd ..
4242
```powershell
4343
cd examples/TwoBodies
4444
python two_body.py
45-
..\..\next.exe two_body.txt 8 0.01 0.1 vtu
4645
```
4746

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+
4853
5. **View results**
4954

5055
Open the `.vtu` output in ParaView.

0 commit comments

Comments
 (0)