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
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
You can’t perform that action at this time.
0 commit comments