Skip to content

Commit 80fe5a3

Browse files
Updated README
1 parent 220b5aa commit 80fe5a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ This repository contains a numerical solver for the novel model presented in ``A
22
The implementation is carried out in the framework of [samurai](https://github.com/hpc-maths/samurai).
33
The spatial discretization is based on the finite volume method using a non-conservative Rusanov flux.
44

5-
In order to build the executable, please first install ```samurai``` folliwing the instructions at https://github.com/hpc-maths/samurai. Then, move into the directory with the test case of interest and run
5+
In order to build the executable, please first install ```samurai``` folliwing the instructions at https://github.com/hpc-maths/samurai. Please, include ```nlohmann```in your environment
6+
7+
Then, move into the directory with the test case of interest and run
68

79
```bash
810
source configure.sh

0 commit comments

Comments
 (0)