Skip to content

Commit

Permalink
Fix library loading in Lookup (#8023)
Browse files Browse the repository at this point in the history
- Make sure the version string is initialized.
  • Loading branch information
perost committed Oct 20, 2021
1 parent 4ff92b6 commit 3870f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/NFFrontEnd/NFLookup.mo
Expand Up @@ -1060,7 +1060,7 @@ end loadLibrary;
function loadLibrary_work
input String name;
input InstNode scope;
output String version;
output String version = "(default)";
protected
String modelica_path, cls_name;
Absyn.Program aprog;
Expand Down

0 comments on commit 3870f1c

Please sign in to comment.