File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module ModiaBase
1010
1111const path = dirname (dirname (@__FILE__ )) # Absolute path of package directory
1212const Version = " 0.9.0-dev"
13- const Date = " 2022-02-06 "
13+ const Date = " 2022-02-13 "
1414
1515# println("\nImporting ModiaBase Version $Version ($Date)")
1616
@@ -19,8 +19,8 @@ import StaticArrays
1919
2020
2121# append! as needed in EquationAndStateInfo.jl and in ModiaLang/src/CodeGeneration.jl
22- appendVariable! (v1:: AbstractVector , s:: Number ) = push! (v1,s)
23- appendVariable! (v1:: AbstractVector , v2:: AbstractVector ) = append! (v1,v2)
22+ appendVariable! (v1:: AbstractVector , s:: Number ) = push! (v1,s)
23+ appendVariable! (v1:: AbstractVector , v2) = append! (v1,v2)
2424
2525
2626include (" LinearIntegerEquations.jl" )
You can’t perform that action at this time.
0 commit comments