From 49554f47cc2b0239ee8de3e0e1f62b85e5c71568 Mon Sep 17 00:00:00 2001 From: IvBu <st116086@stud.uni-stuttgart.de> Date: Mon, 18 Sep 2023 10:35:21 +0200 Subject: [PATCH] [groundwater] use naming convention for files. --- lecture/mhs/groundwater/CMakeLists.txt | 2 +- lecture/mhs/groundwater/{contourPlots.py => contourplots.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lecture/mhs/groundwater/{contourPlots.py => contourplots.py} (100%) diff --git a/lecture/mhs/groundwater/CMakeLists.txt b/lecture/mhs/groundwater/CMakeLists.txt index 0439e9f3..b1255167 100644 --- a/lecture/mhs/groundwater/CMakeLists.txt +++ b/lecture/mhs/groundwater/CMakeLists.txt @@ -1,5 +1,5 @@ add_input_file_links() -dune_symlink_to_source_files(FILES "contourPlots.py") +dune_symlink_to_source_files(FILES "contourplots.py") dumux_add_test(NAME groundwater SOURCES groundwater.cc diff --git a/lecture/mhs/groundwater/contourPlots.py b/lecture/mhs/groundwater/contourplots.py similarity index 100% rename from lecture/mhs/groundwater/contourPlots.py rename to lecture/mhs/groundwater/contourplots.py -- GitLab