Skip to content

Commit d43b8a3

Browse files
committed
Slight improvement of README.md file
1 parent 2f41acb commit d43b8a3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ julia> ]add ModiaPlot_PyPlot # if plotting with PyPlot desired
3030
add ModiaPlot_CairoMakie # if plotting with CairoMakie desired
3131
```
3232

33-
Note, Modia exports all exported symbols of
33+
Note, Modia reexports the following definitions
3434

35-
- [DifferentialEquations](https://github.com/SciML/DifferentialEquations.jl) and of
36-
- [Unitful](https://github.com/PainterQubits/Unitful.jl)
35+
- `using Unitful`
36+
- `using DifferentialEquations`
37+
- and exports functions `CVODE_BDF` and `IDA` of [Sundials.jl](https://github.com/SciML/Sundials.jl).
38+
39+
As a result, it is usually sufficient to have `using Modia` in a model to utilize the relevant
40+
functionalities of these packages.
3741

3842

3943
## Examples

0 commit comments

Comments
 (0)