File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,14 @@ julia> ]add ModiaPlot_PyPlot # if plotting with PyPlot desired
30
30
add ModiaPlot_CairoMakie # if plotting with CairoMakie desired
31
31
```
32
32
33
- Note, Modia exports all exported symbols of
33
+ Note, Modia reexports the following definitions
34
34
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.
37
41
38
42
39
43
## Examples
You can’t perform that action at this time.
0 commit comments