Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 1040)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 1041)
@@ -768,11 +768,9 @@
 
 	int dof;
-	double s;
 
 	dof=this->GetDofList1();
-	s=this->GetSigma();
 
 	/*sigma remains constant. z=bed+sigma*thickness*/
-	this->x[2]=bed[dof]+s*thickness[dof];
-
-}
+	this->x[2]=bed[dof]+sigma*thickness[dof];
+
+}
