Index: /issm/trunk-jpl/src/m/classes/model.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/model.m	(revision 25942)
+++ /issm/trunk-jpl/src/m/classes/model.m	(revision 25943)
@@ -304,4 +304,7 @@
 				md.friction.C=project2d(md,md.friction.C,1);
 				md.friction.m=project2d(md,md.friction.m,1);
+			elseif isa(md.friction,'frictionjosh'),
+				md.friction.coefficient=project2d(md,md.friction.coefficient,1);
+				md.friction.pressure_adjusted_temperature=project2d(md,md.friction.pressure_adjusted_temperature,1);
 			else
 				disp('friction type not supported');
