From 94c9fb750b6cf4ca66b2b45b5633144711a9c81d Mon Sep 17 00:00:00 2001
From: Benjamin Faigle <benjamin.faigle@posteo.de>
Date: Wed, 29 Dec 2010 15:27:34 +0000
Subject: [PATCH] adapted problem description for smooth test runs

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4922 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/boxmodels/1p2c/tissue_tumor_problem.hh | 3 +++
 test/boxmodels/2p2c/injectionproblem.hh     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/test/boxmodels/1p2c/tissue_tumor_problem.hh b/test/boxmodels/1p2c/tissue_tumor_problem.hh
index 7e10b5878e..23b773e893 100644
--- a/test/boxmodels/1p2c/tissue_tumor_problem.hh
+++ b/test/boxmodels/1p2c/tissue_tumor_problem.hh
@@ -118,6 +118,9 @@ SET_BOOL_PROP(TissueTumorProblem, EnableGravity, false);
  *
  * The pressure field of the tumour is generated by an additional source term of 1.98 e-9 l/h,
  * that is set in the center of the tumour region.
+ *
+ * To run the simulation execute the following line in shell:
+ * <tt>./test_1p2c grids/test_1p2c.dgf 1 1</tt>
  */
 
 template <class TypeTag = TTAG(TissueTumorProblem) >
diff --git a/test/boxmodels/2p2c/injectionproblem.hh b/test/boxmodels/2p2c/injectionproblem.hh
index 1934c09574..c56f53b3cf 100644
--- a/test/boxmodels/2p2c/injectionproblem.hh
+++ b/test/boxmodels/2p2c/injectionproblem.hh
@@ -110,6 +110,9 @@ SET_BOOL_PROP(InjectionProblem, EnablePartialReassemble, true);
  * (\f$ 5m<y<15m\f$) and migrates upwards due to buoyancy. It accumulates and
  * partially enters the lower permeable aquitard.
  * This problem uses the \ref TwoPTwoCModel.
+ *
+ * To run the simulation execute the following line in shell:
+ * <tt>./test_2p2c grids/test_2p2c.dgf 1e6 1e4 </tt>
  */
 template <class TypeTag = TTAG(InjectionProblem) >
 class InjectionProblem : public TwoPTwoCProblem<TypeTag>
-- 
GitLab