Skip to content

Commit

Permalink
Syntax highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 27, 2021
1 parent 7969023 commit 571a7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/interface.tex
Expand Up @@ -585,7 +585,7 @@ \section{Function-Compatibility or Function-Subtyping for Functions}\label{funct
inside \lstinline!PlanetSimulation! is function-compatible with
\lstinline!GravityInterface!.

The constant failed in \lstinline!planet1!, will violate variability constraints, whereas it will work in \lstinline!planet2!.
The constant \lstinline!failed! in \lstinline!planet1!, will violate variability constraints, whereas it will work in \lstinline!planet2!.
The call \lstinline!gravity(frame_a.r0)! will work in both of them.
\end{example}

Expand Down

0 comments on commit 571a7c3

Please sign in to comment.