Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 5152)
@@ -1673,13 +1673,7 @@
 	this->element_type=this->element_type_list[analysis_counter];
 
-	/*Pick up the objects inside the hooks: */
+	/*Pick up nodes */
 	if (this->hnodes[analysis_counter]) this->nodes=(Node**)this->hnodes[analysis_counter]->deliverp();
 	else this->nodes=NULL;
-	this->matice=(Matice*)this->hmatice->delivers();
-	this->matpar=(Matpar*)this->hmatpar->delivers();
-	this->neighbors=(Penta**)this->hneighbors->deliverp();
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 5152)
@@ -511,12 +511,7 @@
 	this->element_type=this->element_type_list[analysis_counter];
 
-	/*Pick up the objects inside the hooks: */
+	/*Pick up nodes*/
 	if(this->hnodes[analysis_counter]) this->nodes=(Node**)this->hnodes[analysis_counter]->deliverp();
 	else this->nodes=NULL;
-	this->matice=(Matice*)this->hmatice->delivers();
-	this->matpar=(Matpar*)this->hmatpar->delivers();
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 
 }
Index: /issm/trunk/src/c/objects/Loads/Icefront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Loads/Icefront.cpp	(revision 5152)
@@ -274,12 +274,4 @@
 void  Icefront::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
 
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hnodes->configure(nodesin);
-	helement->configure(elementsin);
-	hmatpar->configure(materialsin);
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Loads/Numericalflux.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Numericalflux.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Loads/Numericalflux.cpp	(revision 5152)
@@ -294,12 +294,4 @@
 void  Numericalflux::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
 
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hnodes->configure(nodesin);
-	helement->configure(elementsin);
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
-
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Loads/Pengrid.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Pengrid.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Loads/Pengrid.cpp	(revision 5152)
@@ -257,12 +257,4 @@
 void  Pengrid::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
 
-	/*Take care of hooking up all objects for this load, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hnode->configure(nodesin);
-	helement->configure(elementsin);
-	hmatpar->configure(materialsin);
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 }
 /*}}}1*/
Index: /issm/trunk/src/c/objects/Loads/Penpair.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Penpair.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Loads/Penpair.cpp	(revision 5152)
@@ -181,10 +181,4 @@
 void  Penpair::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
 
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hnodes->configure(nodesin);
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 }
 /*}}}1*/
Index: /issm/trunk/src/c/objects/Loads/Riftfront.cpp
===================================================================
--- /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Loads/Riftfront.cpp	(revision 5152)
@@ -305,13 +305,4 @@
 /*FUNCTION Riftfront::SetCurrentConfiguration {{{1*/
 void  Riftfront::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
-
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hnodes->configure(nodesin);
-	helements->configure(elementsin);
-	hmatpar->configure(materialsin);
-
-	/*point parameters to real dataset: */
-	this->parameters=parametersin;
 
 }
Index: /issm/trunk/src/c/objects/Materials/Matice.cpp
===================================================================
--- /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Materials/Matice.cpp	(revision 5152)
@@ -245,7 +245,4 @@
 void  Matice::SetCurrentConfiguration(Elements* elementsin,Loads* loadsin,Nodes* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin){
 
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	helement->configure(elementsin);
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 5151)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 5152)
@@ -313,10 +313,4 @@
 void  Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){
 
-	int i;
-
-	/*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective 
-	 * datasets, using internal ids and offsets hidden in hooks: */
-	hvertex->configure(verticesin);
-
 }
 /*FUNCTION Node::GetDof {{{1*/
