Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Sep 27, 2024
1 parent b007893 commit f9da932
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ visualizer.

* `make` to compile the project.
* `gcc` is the default compiler, set in the Makefile.
* either `gnuplot` or media player like `mpv` to run the particle simulation
* either `gnuplot` or a media player like `mpv` to run the particle simulation
demo.

## 2.3. Compilation
Expand All @@ -87,9 +87,9 @@ Then all demos under `examples` will be compiled against the library. All
executables will be generated in the root. A particle simulation to demonstrate
how the tree works has been written. To run it:

| gnuplot | ppm frames |
| --------------------- | ----------------------------------------------------- |
| `./01_particle_sim` | `./01_particle_sim | mpv --no-correct-pts --fps=30 -` |
| gnuplot | ppm frames |
| --------------------- | ------------------------------------------------------- |
| `./01_particle_sim` | `./01_particle_sim \| mpv --no-correct-pts --fps=30 -` |

To compile and run the unit tests:
```
Expand Down

0 comments on commit f9da932

Please sign in to comment.