From bf856e2f49bec5d60dd835a314e7f154b4c922ca Mon Sep 17 00:00:00 2001 From: Felix Bode <felix.bode@iws.uni-stuttgart.de> Date: Wed, 3 Nov 2010 13:09:15 +0000 Subject: [PATCH] documentation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4573 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/decoupled/2p/transport/fv/capillarydiffusion.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dumux/decoupled/2p/transport/fv/capillarydiffusion.hh b/dumux/decoupled/2p/transport/fv/capillarydiffusion.hh index b1b858944a..144b9c0402 100644 --- a/dumux/decoupled/2p/transport/fv/capillarydiffusion.hh +++ b/dumux/decoupled/2p/transport/fv/capillarydiffusion.hh @@ -226,7 +226,6 @@ public: /*! @brief Constructs a CapillaryDiffusion object * @param problem an object of class Dumux::TransportProblem or derived - * @param spatial parameters implementation of the solid matrix * @param preComput if preCompute = true previous calculated mobilities are taken, if preCompute = false new mobilities will be computed (for implicit Scheme) */ CapillaryDiffusion (Problem& problem, const bool preComput = true) -- GitLab