aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-08-08 13:25:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-08-08 13:25:00 +0000
commitf029a7e8ca3082fb5a31f2dcba2e08a0d1b0f77e (patch)
treeaebcf249846e1ca11ac36420c97a61de069a2f51 /Carpet/CarpetLib
parent95814675f5886edb7c51a686b20cee84f7e24847 (diff)
CarpetLib: Correct typo in comment
darcs-hash:20050808132501-891bb-e03ca26e0adfe32f01065ecae0b987785855190a.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/dh.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index 526df3bd5..6abd72fe3 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -16,11 +16,12 @@ using namespace std;
// structure to hold a set of grid functions
// which all have the same CCTK vartype
struct gf_set {
- int vartype; // eg. CCTK_VARIABLE_REAL, etc.
+ int vartype; // e.g. CCTK_VARIABLE_REAL, etc.
vector<ggf*> members; // members of this set
};
+
// Constructors
dh::dh (gh& h_,
const ivect& lghosts_, const ivect& ughosts_,