Index: /issm/trunk-jpl/src/m/plot/processmesh.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/processmesh.m	(revision 20199)
+++ /issm/trunk-jpl/src/m/plot/processmesh.m	(revision 20200)
@@ -17,5 +17,5 @@
 %special case for mesg 2dvertical
 if strcmp(domaintype(md.mesh),'2Dvertical'),
-	[x y z elements is2d isplanet] = processmesh(md,options);
+	[x y z elements is2d isplanet] = processmesh(md.mesh,options);
 	return;
 end
@@ -23,5 +23,5 @@
 %special case for mesh 3dsurface
 if strcmp(domaintype(md.mesh),'3Dsurface'),
-	[x y z elements is2d isplanet] = processmesh(md,options);
+	[x y z elements is2d isplanet] = processmesh(md.mesh,options);
 	return;
 end
