Skip to content

Commit

Permalink
RemoveWS
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 26, 2021
1 parent 9903a27 commit 1ccf4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Expand Up @@ -2145,7 +2145,7 @@ \subsection{Annotations for External Libraries and Include Files}\label{annotati
y = ExternalFunc1_ext(x)
annotation(Library = "ExternalLib1",
Include = "#include \"ExternalFunc1.h\"",
SourceDirectory =
SourceDirectory =
"modelica://ExternalFunctions/Resources/Source");
// The SourceDirectory is the default and thus redunant.
end ExternalFunc1;
Expand Down Expand Up @@ -2190,7 +2190,7 @@ \subsection{Annotations for External Libraries and Include Files}\label{annotati
Source // Sources for library
Func1.c // C source for ExternalLib1.lib
Func2.c // C source for ExternalLib2.lib
HelperFunc.c // C source also included in ExternalLib2.lib
HelperFunc.c // C source also included in ExternalLib2.lib
MyExternalFunctions
package.mo
\end{lstlisting}
Expand Down

0 comments on commit 1ccf4a9

Please sign in to comment.