Index: /issm/trunk-jpl/src/c/classes/IoModel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 17174)
+++ /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 17175)
@@ -38,4 +38,5 @@
 	this->faces=NULL;
 	this->edges=NULL;
+	this->elementtofaceconnectivity      =NULL;
 	this->elementtoedgeconnectivity      =NULL;
 	this->singlenodetoelementconnectivity=NULL;
@@ -80,4 +81,5 @@
 	this->faces                           = NULL;
 	this->edges                           = NULL;
+	this->elementtofaceconnectivity       = NULL;
 	this->elementtoedgeconnectivity       = NULL;
 	this->singlenodetoelementconnectivity = NULL;
