From 0c73311be1f0c63d39ca37b135bae681c3166cfb Mon Sep 17 00:00:00 2001 From: Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de> Date: Wed, 15 May 2019 16:34:39 +0200 Subject: [PATCH] slight cleanup; hopefully code compiles on other platforms now --- .../{iterative => common}/dumuxpreciceindexwrapper.cc | 0 .../{iterative => common}/dumuxpreciceindexwrapper.hh | 0 appl/conjugateheattransfer/common/helperfunctions.cc | 6 ++++++ appl/conjugateheattransfer/common/helperfunctions.hh | 11 +++++++++++ .../{iterative => common}/preciceadapter.cc | 0 .../{iterative => common}/preciceadapter.hh | 0 6 files changed, 17 insertions(+) rename appl/conjugateheattransfer/{iterative => common}/dumuxpreciceindexwrapper.cc (100%) rename appl/conjugateheattransfer/{iterative => common}/dumuxpreciceindexwrapper.hh (100%) create mode 100644 appl/conjugateheattransfer/common/helperfunctions.cc create mode 100644 appl/conjugateheattransfer/common/helperfunctions.hh rename appl/conjugateheattransfer/{iterative => common}/preciceadapter.cc (100%) rename appl/conjugateheattransfer/{iterative => common}/preciceadapter.hh (100%) diff --git a/appl/conjugateheattransfer/iterative/dumuxpreciceindexwrapper.cc b/appl/conjugateheattransfer/common/dumuxpreciceindexwrapper.cc similarity index 100% rename from appl/conjugateheattransfer/iterative/dumuxpreciceindexwrapper.cc rename to appl/conjugateheattransfer/common/dumuxpreciceindexwrapper.cc diff --git a/appl/conjugateheattransfer/iterative/dumuxpreciceindexwrapper.hh b/appl/conjugateheattransfer/common/dumuxpreciceindexwrapper.hh similarity index 100% rename from appl/conjugateheattransfer/iterative/dumuxpreciceindexwrapper.hh rename to appl/conjugateheattransfer/common/dumuxpreciceindexwrapper.hh diff --git a/appl/conjugateheattransfer/common/helperfunctions.cc b/appl/conjugateheattransfer/common/helperfunctions.cc new file mode 100644 index 0000000..a4e5b0a --- /dev/null +++ b/appl/conjugateheattransfer/common/helperfunctions.cc @@ -0,0 +1,6 @@ +#include "helperfunctions.hh" + +helperfunctions::helperfunctions() +{ + +} diff --git a/appl/conjugateheattransfer/common/helperfunctions.hh b/appl/conjugateheattransfer/common/helperfunctions.hh new file mode 100644 index 0000000..c842e63 --- /dev/null +++ b/appl/conjugateheattransfer/common/helperfunctions.hh @@ -0,0 +1,11 @@ +#ifndef HELPERFUNCTIONS_HH +#define HELPERFUNCTIONS_HH + + +class helperfunctions +{ + public: + helperfunctions(); +}; + +#endif // HELPERFUNCTIONS_HH \ No newline at end of file diff --git a/appl/conjugateheattransfer/iterative/preciceadapter.cc b/appl/conjugateheattransfer/common/preciceadapter.cc similarity index 100% rename from appl/conjugateheattransfer/iterative/preciceadapter.cc rename to appl/conjugateheattransfer/common/preciceadapter.cc diff --git a/appl/conjugateheattransfer/iterative/preciceadapter.hh b/appl/conjugateheattransfer/common/preciceadapter.hh similarity index 100% rename from appl/conjugateheattransfer/iterative/preciceadapter.hh rename to appl/conjugateheattransfer/common/preciceadapter.hh -- GitLab