aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.cc')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index b07422a91..8d3de7dab 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -43,7 +43,8 @@ gdata::gdata (const int varindex_,
const centering cent_,
const operator_type transport_operator_,
const int tag_)
- : varindex(varindex_),
+ : _storage(NULL),
+ varindex(varindex_),
cent(cent_),
transport_operator(transport_operator_),
_has_storage(false),