Skip to content

Commit 1628411

Browse files
committed
updated README.md
1 parent aa3e5d1 commit 1628411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The project is structured as follows:
2121
- `modules/`: Contains the different modules of the project.
2222
- `cli/`: CLI that enables the use of the cuqdyn-c library.
2323
- `cuqdyn-c/`: The main library that implements the functionality of the paper project.
24-
- `cvodes_old/`: Old version of the cvodes library that was used in the sacess library.
2524
- `dotmat-introspector/`: Console app to introspect the contents of a .mat file.
2625
- `sacess/`: [External proyect](https://bitbucket.org/DavidPenas/sacess-library) adapted to enable the
2726
use of eSS in C.
@@ -32,6 +31,7 @@ The project is structured as follows:
3231
## Dependencies
3332

3433
- xml2-2.9.1
34+
- cvodes-7.3.0 (Built by CMake)
3535
- matio-2.9.1 (Built by CMake)
3636
- hdf5-1.8.12 (Built by CMake)
3737
- gsl-1.14 (Built by CMake if not present)
@@ -49,7 +49,7 @@ When running this software, there is a chance of generating an inf or NaN value.
4949
```
5050

5151
If the value of `p2` generated by the eSS solver is 0, the model eval produces an inf value. To avoid this, when the
52-
evaluation of the ODE generates a non finite value, the software will set the value of the variable to 0. If you
52+
evaluation of the ODE generates a non-finite value, the software will set the value of the variable to 0. If you
5353
want to change this behavior, you can set the value you want the variable to take when an invalid value is
5454
generated by setting the environment variable `CUQDYN_DEF_YDOT` to the desired value.
5555

0 commit comments

Comments
 (0)