We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed70050 commit f6745f8Copy full SHA for f6745f8
docs/src/index.md
@@ -67,7 +67,7 @@ functionalities of these packages.
67
- Improved casting and checking of types in the generated code
68
(see new test model Modia/test/TestUnitAsString.jl).
69
70
-- Moved ModiaBase.Symbolic.makeDerVar from ModiaBase to Modia (because makeDerVar needs FloatType for
+- Moved ModiaBase.Symbolic.makeDerVar from ModiaBase to new file `Modia/src/Symbolic.jl` (because makeDerVar needs FloatType for
71
generating type-stable code and FloatType is available in Modia but not in ModiaBase).
72
73
- Github actions workflow added for automatic tests on Linux/Windows/MacOS, for pull requests on main.
0 commit comments