From 0b5cae23c814f688f4884a41c5f74239b2b5e719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 20 Oct 2023 14:41:40 +0200 Subject: [PATCH] [examples][shallowwater][main] remove () --- examples/shallowwaterfriction/doc/main_intro.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/shallowwaterfriction/doc/main_intro.md b/examples/shallowwaterfriction/doc/main_intro.md index 15c6b8515d..0843c042d1 100644 --- a/examples/shallowwaterfriction/doc/main_intro.md +++ b/examples/shallowwaterfriction/doc/main_intro.md @@ -3,10 +3,9 @@ We want to solve a shallow water flow problem in a rough channel to obtain the water table and compare it to the analytic solution. This is done with the -`main()` function +`main` function of the program which is defined in the file `main.cc` described below. The code documentation is structured as follows: [[_TOC_]] - -- GitLab