Index: /issm/trunk/src/c/objects/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Penta.cpp	(revision 3522)
+++ /issm/trunk/src/c/objects/Penta.cpp	(revision 3523)
@@ -235,4 +235,5 @@
 	Tria* tria=NULL;
 	int indices[3];
+	int zero=0;
 	Hook* tria_hnodes=NULL;
 	Hook* tria_hmatice=NULL;
@@ -246,7 +247,7 @@
 
 	tria_hnodes =this->hnodes.Spawn(indices,3);
-	tria_hmatice=this->hmatice.Spawn(indices,1);
-	tria_hmatpar=this->hmatpar.Spawn(indices,1);
-	tria_hnumpar=this->hnumpar.Spawn(indices,1);
+	tria_hmatice=this->hmatice.Spawn(&zero,1);
+	tria_hmatpar=this->hmatpar.Spawn(&zero,1);
+	tria_hnumpar=this->hnumpar.Spawn(&zero,1);
 	tria_properties=(ElementProperties*)this->properties.Spawn(indices,3);
 
