Skip to content
Snippets Groups Projects
Commit 0c6a6472 authored by Philipp Nuske's avatar Philipp Nuske
Browse files

fix typo

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12211 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent ce83188b
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ The only exception: chemical formulas are written in their chemically correct wa ...@@ -31,7 +31,7 @@ The only exception: chemical formulas are written in their chemically correct wa
\item Variables should be named as self-explaining as possible: especially abbreviations \item Variables should be named as self-explaining as possible: especially abbreviations
should be avoided (saturation in stead of S) should be avoided (saturation in stead of S)
\item Method parameters which are not self-explanatory should always \item Method parameters which are not self-explanatory should always
have a meaningful comment a at calling sites. Example: have a meaningful comment at calling sites. Example:
\begin{lstlisting}[style=DumuxCode] \begin{lstlisting}[style=DumuxCode]
localResidual.eval(/*includeBoundaries=*/true); localResidual.eval(/*includeBoundaries=*/true);
\end{lstlisting} \end{lstlisting}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment