aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.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/gf.cc
parentfcf2dfc60e3b17a135e4b2558de52b53acda6b3e (diff)
CarpetLib: Rename some variables to avoid shadowing class members
darcs-hash:20050101191615-891bb-20b262ff1a4468d5e1c5ac8626a3ead0727c2da9.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gf.cc')
-rw-r--r--Carpet/CarpetLib/src/gf.cc17
1 files changed, 9 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index 7c0615ba2..e493f9491 100644
--- a/Carpet/CarpetLib/src/gf.cc
+++ b/Carpet/CarpetLib/src/gf.cc
@@ -12,14 +12,15 @@ using namespace std;
// Constructors
template<typename T>
-gf<T>::gf (const int varindex, const operator_type transport_operator,
- th& t, dh& d,
- const int tmin, const int tmax, const int prolongation_order_time,
- const int vectorlength, const int vectorindex,
- gf* const vectorleader)
- : ggf(varindex, transport_operator,
- t, d, tmin, tmax, prolongation_order_time,
- vectorlength, vectorindex, vectorleader)
+gf<T>::gf (const int varindex_, const operator_type transport_operator_,
+ th& t_, dh& d_,
+ const int tmin_, const int tmax_,
+ const int prolongation_order_time_,
+ const int vectorlength_, const int vectorindex_,
+ gf* const vectorleader_)
+ : ggf(varindex_, transport_operator_,
+ t_, d_, tmin_, tmax_, prolongation_order_time_,
+ vectorlength_, vectorindex_, vectorleader_)
{
// recompose ();
recompose_crop ();