aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/gdata.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gdata.hh b/Carpet/CarpetLib/src/gdata.hh
index 6877b4974..1c903b4f7 100644
--- a/Carpet/CarpetLib/src/gdata.hh
+++ b/Carpet/CarpetLib/src/gdata.hh
@@ -25,6 +25,7 @@ using namespace std;
// Slabbing description
template <typename T, int D>
struct slab {
+ slab() {};
vect<T,D> offset; // dst[ipos] = src[ipos + offset * box.stride];
};
typedef slab<int,dim> islab;