Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi authored Jan 15, 2018
1 parent fcadb91 commit 9c52a68
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,9 @@
This program reads a `prt5-file` (tested with FDS Version 5.5 and FDS 6.0) and writes the pedestrian's trajectories to an output file in the following format

```
frame index x y z
index frame x y z
```

alternatively one can also output the following format:

```
time index x y z
```

Change in the code the `lines 171 and 172`

## compile
```
f95 -cpp -DOS -o parser read_prt5.f90
Expand Down Expand Up @@ -59,6 +51,6 @@ I have no idea if it will work when compiled with other compilers. Since, I do n

If you have a file that makes it fail, please open an `issue`.

Check also the example and the movie in the [wiki](https://github.com/chraibi/ptr5parser/wiki/Example) showing an evacuation of a stadium vometory.
Check also the example and the movie in the [wiki](https://github.com/chraibi/ptr5parser/wiki) showing an evacuation of a stadium vometory.


0 comments on commit 9c52a68

Please sign in to comment.