aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
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_,