Skip to content

Commit 26e6079

Browse files
committed
update readme.md with clear instructions to compile and run impulsive_start.cpp
1 parent 990712a commit 26e6079

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

examples/sudden_acceleration/readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ To compile and run the code, ensure the following are installed:
5959

6060
From terminal:
6161

62+
Compile:
63+
64+
```bash
65+
g++ -o PANKH_impulsive impulsive_start.cpp
66+
```
67+
Run:
68+
6269
```bash
63-
g++ impulsive_start.cpp -o impulsive_start
64-
./impulsive_start
70+
./PANKH_impulsive impulsive_start_input.json
71+
```
72+
PANKH_impulsive is the executable and impulsive_start_input.json is tailored input file for impulsive_start.cpp solver.

0 commit comments

Comments
 (0)