Index: /issm/trunk/src/c/objects/Node.cpp
===================================================================
--- /issm/trunk/src/c/objects/Node.cpp	(revision 874)
+++ /issm/trunk/src/c/objects/Node.cpp	(revision 875)
@@ -685,6 +685,4 @@
 
 		if (strcmp(field_name,"velocity")==0){
-			printf("extrude velocity\n");
-
 
 			/* node data: */
@@ -705,9 +703,4 @@
 			fieldnode[0]=field_serial[doflist[0]];
 			fieldnode[1]=field_serial[doflist[1]];
-			printf("dof %g \n",doflist[0]);
-			printf("dof %g \n",doflist[1]);
-			printf("fieldnode %g \n",fieldnode[0]);
-			printf("fieldnode %g \n",fieldnode[1]);
-
 
 			//go through all nodes which sit on top of this node, until we reach the surface, 
@@ -728,4 +721,5 @@
 		else if ( 
 				(strcmp(field_name,"thickness")==0) ||
+				(strcmp(field_name,"temperature")==0) ||
 				(strcmp(field_name,"surface")==0)  ||
 				(strcmp(field_name,"bed")==0)  || 
