diff --git a/README.md b/README.md index 8a35ea175efd64578330ae8c444a917289c41fed..15a260de5f61ae450eefe2723f8d179d1d7a9a95 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 and has already set some random default parameters. +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. ```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 `Suitesparse` has to be installed on the executing system. +Furthermore the `Suitesparse` package has to be installed on the executing system. ### Building the module Dune-simon integrates into the cmake-based dune build system.