From 0f88a9609582a76baafbc876649d4913628f12c9 Mon Sep 17 00:00:00 2001 From: Timo Koch Date: Wed, 19 Dec 2018 14:18:26 +0000 Subject: [PATCH] Merge branch 'fix/handbook-first-run' into 'master' [doc][handbook] build directory name is not specified in input file See merge request dumux-repositories/dumux!1439 (cherry picked from commit b5f03cb484322c74ccd802e60fcc40d8be50293a) 4a12534b [doc][handbook] build directory name is not specified in input file --- doc/handbook/2_detailedinstall.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/handbook/2_detailedinstall.tex b/doc/handbook/2_detailedinstall.tex index e152c7b234..098d4c6cb4 100644 --- a/doc/handbook/2_detailedinstall.tex +++ b/doc/handbook/2_detailedinstall.tex @@ -190,7 +190,7 @@ The previous section showed how to install and compile \Dumux. This section shall give a very brief introduction how to run a first test application and how to visualize the first output files.\par All executables are compiled in the \texttt{build} subdirectories of \Dumux. -If not given differently in the input files, this is \texttt{build-cmake} as default. +If not specified differently in the options file, this is \texttt{build-cmake} as default. \begin{enumerate} \item Go to the directory \texttt{build-cmake/test}. There, various test application -- GitLab