Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14678)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14679)
@@ -5894,5 +5894,5 @@
 	this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
 
-	/*Compute Storing coefficient fro the above */
+	/*Compute Storing coefficient from the above */
 
 	sediment_storing = rho_freshwater*gravity*sediment_porosity*sediment_thickness*
@@ -5908,5 +5908,5 @@
 
 		/*Diffusivity*/
-		D_scalar=sediment_porosity*gauss->weight*Jdet;
+		D_scalar=sediment_transmitivity*gauss->weight*Jdet;
 		if(reCast<bool,IssmDouble>(dt)) D_scalar=D_scalar*dt;
 		D[0][0]=D_scalar; D[0][1]=0.;
@@ -5921,5 +5921,5 @@
 		if(reCast<bool,IssmDouble>(dt)){
 			GetL(&L[0], &xyz_list[0][0], gauss,NDOF1);
-			D_scalar=gauss->weight*Jdet;
+			D_scalar=sediment_storing*gauss->weight*Jdet;
 			
 			TripleMultiply(&L[0],numdof,1,0,
