@@ -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],