Skip to content

Commit

Permalink
Handle empty sections in Sections.toFlatStream (#7391)
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Apr 19, 2021
1 parent f450566 commit aa1dfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMCompiler/Compiler/NFFrontEnd/NFSections.mo
Expand Up @@ -436,6 +436,7 @@ public
end if;
s := IOStream.append(s, ";\n");
then ();
else ();
end match;
end toFlatStream;

Expand Down

0 comments on commit aa1dfa4

Please sign in to comment.