From 9a218b18bda8ba097754b88fcda44ce90a733e6e Mon Sep 17 00:00:00 2001 From: simon29996 <simon29996@mi.fu-berlin.de> Date: Mon, 3 Aug 2020 21:00:33 +0200 Subject: [PATCH] Fixed Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a260d..bfdf94e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ on a randomly generated surface coming from the Helfrich membrane model. ## Documentation -The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully when the module is built. +The simulation's parameters can be specified in a header file, called `options.h`, which is located in the build directory after the building process is finished. It is of the following format where some default parameters are already defined to let it compile successfully during the building process. ```cpp #include <string> @@ -81,7 +81,7 @@ Dune-simon depends on the [dune-core][core] modules, [dune-typetree][typetree], * https://gitlab.dune-project.org/staging/dune-uggrid * https://gitlab.dune-project.org/staging/dune-functions -Furthermore the `Suitesparse` package has to be installed on the executing system. +Furthermore the `Suitesparse` library has to be installed on the executing system. ### Building the module Dune-simon integrates into the cmake-based dune build system. -- GitLab