Index: /issm/trunk-jpl/src/m/classes/model.py
===================================================================
--- /issm/trunk-jpl/src/m/classes/model.py	(revision 22036)
+++ /issm/trunk-jpl/src/m/classes/model.py	(revision 22037)
@@ -701,10 +701,10 @@
 		if hasattr(md.friction,'q'): md.friction.q=project2d(md,md.friction.q,1)
 		
-		if hasattr(md.friction,'coefficientcoulomb'): md.friction.q=project2d(md,md.friction.coefficientcoulomb,1)
-		if hasattr(md.friction,'C'): md.friction.q=project2d(md,md.friction.C,1)
-		if hasattr(md.friction,'As'): md.friction.q=project2d(md,md.friction.As,1)
-		if hasattr(md.friction,'effective_pressure'): md.friction.q=project2d(md,md.friction.effective_pressure,1)
-		if hasattr(md.friction,'water_layer'): md.friction.q=project2d(md,md.friction.water_layer,1)
-		if hasattr(md.friction,'m'): md.friction.q=project2d(md,md.friction.m,1)
+		if hasattr(md.friction,'coefficientcoulomb'): md.friction.coefficientcoulomb=project2d(md,md.friction.coefficientcoulomb,1)
+		if hasattr(md.friction,'C'): md.friction.C=project2d(md,md.friction.C,1)
+		if hasattr(md.friction,'As'): md.friction.As=project2d(md,md.friction.As,1)
+		if hasattr(md.friction,'effective_pressure'): md.friction.effective_pressure=project2d(md,md.friction.effective_pressure,1)
+		if hasattr(md.friction,'water_layer'): md.friction.water_layer=project2d(md,md.friction.water_layer,1)
+		if hasattr(md.friction,'m'): md.friction.m=project2d(md,md.friction.m,1)
 
 		#observations
