Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 8239)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 8240)
@@ -26,15 +26,4 @@
 		 this->hvertex=NULL;
 		 return;
-}
-/*}}}*/
-/*FUNCTION Node::Node(int id, int vertex_id, int numdofs, NodeProperties*) {{{1*/
-Node::Node(int node_id,int node_sid, int node_vertex_id, int node_numdofs):
-	indexing(node_numdofs){
-
-	this->id=node_id;
-	this->sid=node_sid;
-	this->inputs=new Inputs();
-	this->hvertex=new Hook(&node_vertex_id,1);
-
 }
 /*}}}*/
Index: /issm/trunk/src/c/objects/Node.h
===================================================================
--- /issm/trunk/src/c/objects/Node.h	(revision 8239)
+++ /issm/trunk/src/c/objects/Node.h	(revision 8240)
@@ -30,9 +30,8 @@
 		Inputs*        inputs; //properties of this node
 		int            analysis_type;
-		
+		//double         referential[6];
 
 		/*Node constructors, destructors {{{1*/
 		Node();
-		Node(int id,int sid, int vertex_id,int numberofdofs);
 		Node(int id,int sid, DofIndexing* indexing, Hook* vertex, Inputs* inputs,int analysis_type);
 		Node(int node_id,int node_sid, int vertex_id,int io_index, IoModel* iomodel,int analysis_type);
@@ -51,4 +50,5 @@
 		/*}}}*/
 		/*Update virtual functions definitions: {{{1*/
+		
 		void  InputUpdateFromVector(double* vector, int name, int type);
 		void  InputUpdateFromVector(int* vector, int name, int type);
