Index: /issm/trunk-jpl/examples/IceflowModels/eismint.m
===================================================================
--- /issm/trunk-jpl/examples/IceflowModels/eismint.m	(revision 20778)
+++ /issm/trunk-jpl/examples/IceflowModels/eismint.m	(revision 20779)
@@ -11,8 +11,8 @@
 
 %We extrude the model to have a 3d model
-md=extrude(md,10,1);
+md=extrude(md,5,1);
 
 %Set ice flow approximation
-md=setflowequation(md,'SIA','all');
+md=setflowequation(md,'HO','all');
 
 %Create boundary conditions: zero velocity on the bed
@@ -45,5 +45,5 @@
 plot(sqrt((md.mesh.x2d).^2+(md.mesh.y2d).^2),vel_obs,'b.');
 title('Analytical vs calculated velocity');
-xlabel('distance to the center of the icesheet [m]');
+xlabel('distance to the center of the ice sheet (m)');
 ylabel('velocity (m/yr)');
 legend('calculated velocity','exact velocity');
