File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5151If 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
5353want to change this behavior, you can set the value you want the variable to take when an invalid value is
5454generated by setting the environment variable ` CUQDYN_DEF_YDOT ` to the desired value.
5555
You can’t perform that action at this time.
0 commit comments