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 b19d1e1 commit bf562bbCopy full SHA for bf562bb
NEWS.md
@@ -7,6 +7,7 @@
7
+ `unknown_states` is now `solved_unknowns`.
8
+ `get_states` is `get_unknowns`.
9
+ `get_unknown_states` is now `get_solved_unknowns`.
10
+
11
- The default backend for using units in models is now `DynamicQuantities.jl` instead of
12
`Unitful.jl`.
13
- ModelingToolkit.jl now exports common definitions of `t` (time independent variable)
src/systems/abstractsystem.jl
@@ -1398,7 +1398,6 @@ macro mtkbuild(exprs...)
1398
else
1399
(;)
1400
end
1401
- @show kwargs
1402
esc(quote
1403
$named_expr
1404
$name = $structural_simplify($name; $(kwargs)...)
0 commit comments