aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gf.cc
diff options
context:
space:
mode:
authorschnetter <>2004-04-24 18:42:00 +0000
committerschnetter <>2004-04-24 18:42:00 +0000
commit5f7562ef0e76f2c5dddb829718a93f26255948b9 (patch)
tree2d0cfb781c907af4b778075a49ffcd87e835c6cb /Carpet/CarpetLib/src/gf.cc
parentb571a41dc4741f9836648d46d1592256979357f4 (diff)
Adhere to C++ standard
darcs-hash:20040424184234-07bb3-d339b61d1d7b5c1880e29c31a54729ab0c5101f6.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gf.cc')
-rw-r--r--Carpet/CarpetLib/src/gf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gf.cc b/Carpet/CarpetLib/src/gf.cc
index 4cba44a6f..51a110a19 100644
--- a/Carpet/CarpetLib/src/gf.cc
+++ b/Carpet/CarpetLib/src/gf.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.cc,v 1.19 2004/04/19 21:38:33 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/gf.cc,v 1.20 2004/04/24 20:42:34 schnetter Exp $
#include <assert.h>
@@ -25,7 +25,7 @@ gf<T,D>::gf (const int varindex, const operator_type transport_operator,
{
// this->recompose ();
this->recompose_crop ();
- for (int rl=0; rl<h.reflevels(); ++rl) {
+ for (int rl=0; rl<this->h.reflevels(); ++rl) {
this->recompose_allocate (rl);
for (comm_state<D> state; !state.done(); state.step()) {
this->recompose_fill (state, rl);