Skip to content

Commit

Permalink
The utilities modules are no longer a part of MetaModelica.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT authored and adrpo committed Sep 12, 2019
1 parent 459088b commit 6daedb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMCompiler/Compiler/Template/AbsynToJulia.tpl
Expand Up @@ -644,8 +644,8 @@ match imp
case QUAL_IMPORT(__) then
let path_str = dumpPathJL(path)
match path_str
case "Array" then 'import MetaModelica.ArrayUtil'
case "List" then 'import MetaModelica.ListUtil'
case "Array" then 'import ArrayUtil'
case "List" then 'import ListUtil'
else 'import <%path_str%>'
case UNQUAL_IMPORT(__) then 'using <%dumpPathJL(path)%>'
case GROUP_IMPORT(__) then
Expand Down

0 comments on commit 6daedb7

Please sign in to comment.