From 739571f3c6179b0ca81c5f39c49fdd904173ae8a Mon Sep 17 00:00:00 2001
From: Bernd Flemisch <bernd@iws.uni-stuttgart.de>
Date: Wed, 23 Sep 2015 10:13:05 +0000
Subject: [PATCH] [documentation] update README files in patches and
 test/multidomain

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15502 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 patches/README          |  4 ++--
 test/multidomain/README | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/patches/README b/patches/README
index 2d6250de9b..fba0373651 100644
--- a/patches/README
+++ b/patches/README
@@ -15,8 +15,8 @@
   compiler will complain. Apply the patch grid-2.3.1.patch in your directory
   containing dune-grid 2.3.1 by, e.g.:
   patch -p1 <../dumux/patches/grid-2.3.1.patch
-  If you want to use Dune 2.4, it is most likely that the missing functionality
-  will be included in dune-grid by 10/2014, so the patch will not be needed.
+  If you want to use Dune 2.4, the missing functionality is already included,
+  so the patch is not needed.
 
 - If dune-cornerpoint has to be used for, e.g., employing the CpGridCreator,
   a set of patches is needed for the build system. The patches have to be
diff --git a/test/multidomain/README b/test/multidomain/README
index cd513ff45d..7bbac37808 100755
--- a/test/multidomain/README
+++ b/test/multidomain/README
@@ -4,18 +4,18 @@ You need the following versions of the required Dune modules:
 Dune core modules, dune-typetree, dune-multidomaingrid: release (branch) 2.3
 Dune-PDELab, dune-multidomain: release (branch) 2.0
 
-For your convenience we provide the Shell script installRequiredModules.sh
-in the same folder as this README. Alternatively, you can use the script
-checkout-dumux from dumux.org/download/.
-
 Alternatively, you can use version 2.4 of the Dune core modules
 (_not_ dune-typetree which stays at 2.3). In this case, you have to patch
 dune-multidomaingrid. See the patches directory for more information.
 
+For your convenience we provide the Shell script installRequiredModules.sh
+in the same folder as this README. Alternatively, you can use the script
+checkout-dumux from dumux.org/download/.
+
 Install the external grid manager UG and a direct linear solver like SuperLU
-or PARDISO. You need Boost fusion for dune-multidomaingrid.
+or UMFPACK. You need Boost fusion for dune-multidomaingrid.
 
-If UG is installed for parallel usage, dune-grid has to be patched. See the
+If UG has been built for parallel usage, dune-grid has to be patched. See the
 patches directory for more information.
 
 On some machines, some compilers with full optimization -O3 might produce
-- 
GitLab