Index: /issm/trunk-jpl/src/c/classes/IoModel.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 23512)
+++ /issm/trunk-jpl/src/c/classes/IoModel.cpp	(revision 23513)
@@ -138,4 +138,5 @@
 	this->my_edges=NULL;
 	this->my_vertices=NULL;
+	this->epart=NULL;
 
 	this->domaintype=-1;
@@ -202,4 +203,5 @@
 	this->my_edges = NULL;
 	this->my_vertices = NULL;
+	this->epart = NULL;
 
 	FindConstant(&this->domaintype,"md.mesh.domain_type");
@@ -248,4 +250,5 @@
 	xDelete<bool>(this->my_edges);
 	xDelete<bool>(this->my_vertices);
+	xDelete<int>(this->epart);
 
 	xDelete<int>(this->elements);
Index: /issm/trunk-jpl/src/c/classes/IoModel.h
===================================================================
--- /issm/trunk-jpl/src/c/classes/IoModel.h	(revision 23512)
+++ /issm/trunk-jpl/src/c/classes/IoModel.h	(revision 23513)
@@ -67,4 +67,5 @@
 		bool *my_edges;
 		bool *my_vertices;
+		int  *epart;
 
 		/*Mesh properties and connectivity tables*/
