aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/th.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-01 19:16:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-01 19:16:00 +0000
commita2898bab20198e06ab5121357cf1496550b05006 (patch)
tree524a7f6cdac8f1da9fdf90d9a458064111a310df /Carpet/CarpetLib/src/th.cc
parentfcf2dfc60e3b17a135e4b2558de52b53acda6b3e (diff)
CarpetLib: Rename some variables to avoid shadowing class members
darcs-hash:20050101191615-891bb-20b262ff1a4468d5e1c5ac8626a3ead0727c2da9.gz
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);
}