diff --git a/doc/doxygen/mainpage.txt b/doc/doxygen/mainpage.txt index 71a180311a1e8e9e4e4dcdcfb2603a744128a6ac..4433bc937315ad397a2db029a9208dbe60813348 100644 --- a/doc/doxygen/mainpage.txt +++ b/doc/doxygen/mainpage.txt @@ -19,7 +19,7 @@ you access to the documentation by category. \section params Parameters -An overview of all availabe parameters will be available soon. +An overview of all availabe parameters is given in \ref parameterlist.txt. \section features Features diff --git a/dumux/common/doubleexpintegrator.hh b/dumux/common/doubleexpintegrator.hh index 693abc3b045146803e9ac755b834115732779f5c..3d6c81838ebc8694e4f45e2b68497cc66563b889 100644 --- a/dumux/common/doubleexpintegrator.hh +++ b/dumux/common/doubleexpintegrator.hh @@ -74,7 +74,7 @@ public: * \param b upper limit of integration * \param targetAbsoluteError desired bound on error * \param numFunctionEvaluations number of function evaluations used - * \param f errorEstimate estimate for error in integration + * \param errorEstimate estimate for error in integration * \return The value of the integral */ template void extendMatrix(Matrix& A, const IsGhostFunc& isGhost) diff --git a/dumux/material/fluidsystems/h2oheavyoil.hh b/dumux/material/fluidsystems/h2oheavyoil.hh index 3321faa91c8e1a310f2a3595ab84907fb7918601..a1920a2722d3f4efd022c88812081aacbb0672c2 100644 --- a/dumux/material/fluidsystems/h2oheavyoil.hh +++ b/dumux/material/fluidsystems/h2oheavyoil.hh @@ -389,9 +389,7 @@ public: * \brief Calculate the binary molecular diffusion coefficient for * a component in a fluid phase \f$\mathrm{[mol^2 * s / (kg*m^3)]}\f$ * \param fluidState The fluid state - * \param paramCache mutable parameters * \param phaseIdx Index of the fluid phase - * \param compIdx Index of the component * Molecular diffusion of a component \f$\mathrm{\kappa}\f$ is caused by a * gradient of the chemical potential and follows the law * diff --git a/test/freeflow/shallowwater/roughchannel/problem.hh b/test/freeflow/shallowwater/roughchannel/problem.hh index a89237e2dd3942d6855238aa2433c6d16f8311b2..b24b891bb37315f81c7533daf6ec5eaf7a3f646e 100644 --- a/test/freeflow/shallowwater/roughchannel/problem.hh +++ b/test/freeflow/shallowwater/roughchannel/problem.hh @@ -284,6 +284,7 @@ public: * \param element * \param fvGeometry * \param elemVolVars + * \param elemFluxVarsCache * \param scvf */ NeumannFluxes neumann(const Element& element,