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 33
44module Modia3D
55println (" \n Welcome to Modia3D - Modeling and simulation of 3D systems" )
6- println (" Version : 0.2.0-beta.3 (2018-09-16 )" )
6+ println (" Version : 0.2.0 (2018-10-07 )" )
77
88const path = dirname (dirname (@__FILE__ )) # Absolute path of Modia3D Julia package directory
99
@@ -87,7 +87,7 @@ const connect = Composition.connect # connect cannot be directly exported, due
8787
8888
8989# Called implicitely at the first import/using of Modia3D (when loading Modia3D to the current Julia session)
90- function __init__ ()
90+ function __init__ ()
9191 info = DLR_Visualization. getSimVisInfo ()
9292 (directory, dll_name, isProfessionalEdition, isNoRenderer) = info
9393
@@ -110,7 +110,7 @@ export Object3D
110110
111111
112112# Add import clauses used in examples and test
113- import StaticArrays
113+ import StaticArrays
114114import Unitful
115115import ModiaMath
116116
You can’t perform that action at this time.
0 commit comments