aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/th.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/th.cc')
-rw-r--r--Carpet/CarpetLib/src/th.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/th.cc b/Carpet/CarpetLib/src/th.cc
index b25361262..18559ae75 100644
--- a/Carpet/CarpetLib/src/th.cc
+++ b/Carpet/CarpetLib/src/th.cc
@@ -14,8 +14,8 @@ using namespace std;
// Constructors
-th::th (gh& h, const CCTK_REAL basedelta)
- : h(h), delta(basedelta) {
+th::th (gh& h_, const CCTK_REAL basedelta)
+ : h(h_), delta(basedelta) {
h.add(this);
}