Skip to content

Commit

Permalink
[SimCode] fix DAEMode includes for external calls
Browse files Browse the repository at this point in the history
 - use includes instead of directory includes
 - ticket #5916
  • Loading branch information
kabdelhak authored and adrpo committed Apr 20, 2020
1 parent 291aef2 commit 954477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/SimCode/SimCodeMain.mo
Expand Up @@ -1393,7 +1393,7 @@ algorithm
simCode := SimCode.SIMCODE(modelInfo,
{}, // Set by the traversal below...
recordDecls,
includeDirs,
includes,
{},
{},
{},
Expand Down

0 comments on commit 954477b

Please sign in to comment.