Skip to content
Snippets Groups Projects
Commit 89480ed4 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[handbook] Fix path of test in quickstart guide

parent d1554e3a
No related branches found
No related tags found
1 merge request!198Fix/handbook 2.10
......@@ -10,8 +10,8 @@ If not given differently in the input files, this is \texttt{build-cmake} as def
\begin{enumerate}
\item Go to the directory \texttt{build-cmake/test}. There, various test application
folders can be found. Let us consider as example \texttt{implicit/test{\_}box2p}:
\item Enter the folder \texttt{implicit/2p}. Type \texttt{make test{\_}box2p} in order
folders can be found. Let us consider as example \texttt{porousmediumflow/2p/implicit/test{\_}box2p}:
\item Enter the folder \texttt{porousmediumflow/2p/implicit}. Type \texttt{make test{\_}box2p} in order
to compile the application \texttt{test{\_}box2p}. To run the simulation, type\\
\texttt{./test{\_}box2p -parameterFile ./test\_box2p.input}\\
into the console. The parameter \texttt{-parameterFile} specifies that all
......
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