Index: /issm/trunk/src/c/objects/Materials/Matpar.cpp
===================================================================
--- /issm/trunk/src/c/objects/Materials/Matpar.cpp	(revision 9271)
+++ /issm/trunk/src/c/objects/Materials/Matpar.cpp	(revision 9272)
@@ -62,5 +62,4 @@
 	printf("   thermal_exchange_velocity: %g\n",thermal_exchange_velocity);
 	printf("   g: %g\n",g);
-	printf("   kn: %g\n",kn);
 	return;
 }
@@ -82,5 +81,4 @@
 	printf("   thermal_exchange_velocity: %g\n",thermal_exchange_velocity);
 	printf("   g: %g\n",g);
-	printf("   kn: %g\n",kn);
 	return;
 }		
@@ -123,5 +121,4 @@
 	memcpy(marshalled_dataset,&thermal_exchange_velocity,sizeof(thermal_exchange_velocity));marshalled_dataset+=sizeof(thermal_exchange_velocity);
 	memcpy(marshalled_dataset,&g,sizeof(g));marshalled_dataset+=sizeof(g);
-	memcpy(marshalled_dataset,&kn,sizeof(kn));marshalled_dataset+=sizeof(kn);
 
 	*pmarshalled_dataset=marshalled_dataset;
@@ -144,5 +141,4 @@
 		sizeof(thermal_exchange_velocity)+
 		sizeof(g)+
-		sizeof(kn)+
 		sizeof(int); //sizeof(int) for enum type
 }
@@ -171,5 +167,4 @@
 	memcpy(&thermal_exchange_velocity,marshalled_dataset,sizeof(thermal_exchange_velocity));marshalled_dataset+=sizeof(thermal_exchange_velocity);
 	memcpy(&g,marshalled_dataset,sizeof(g));marshalled_dataset+=sizeof(g);
-	memcpy(&kn,marshalled_dataset,sizeof(kn));marshalled_dataset+=sizeof(kn);
 
 	/*return: */
