Skip to content

Commit

Permalink
Break lines for include.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Oct 9, 2020
1 parent 1eb43b4 commit 09a57ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2243,13 +2243,15 @@ \subsection{Annotations for External Libraries and Include Files}\label{annotati
input Real x;
output Real y;
external "C"
y=ExternalFunc1_ext(x) annotation(Library="ExternalLib1",Include="#include \"ExternalFunc1.h\"");
y=ExternalFunc1_ext(x) annotation(Library="ExternalLib1",
Include="#include \"ExternalFunc1.h\"");
end ExternalFunc1;

function ExternalFunc2
input Real x;
output Real y;
external "C" annotation(Library="ExternalLib2", Include="#include \"ExternalFunc2.h\"");
external "C" annotation(Library="ExternalLib2",
Include="#include \"ExternalFunc2.h\"");
end ExternalFunc2;

function ExternalFunc3
Expand Down

0 comments on commit 09a57ee

Please sign in to comment.