Index: /issm/workshop/2012/Talks/07_Ice_flow_models/Code/eismint.m
===================================================================
--- /issm/workshop/2012/Talks/07_Ice_flow_models/Code/eismint.m	(revision 14126)
+++ /issm/workshop/2012/Talks/07_Ice_flow_models/Code/eismint.m	(revision 14127)
@@ -1,18 +1,21 @@
 md=model();
-%Create mesh with roundmesh
-...
+
+%Create mesh with roundmesh and remove 'return;'
+return;
+
 %Set mask
-...
+return;
+
 %Parameterize model
-...
+return;
 
 %We extrude the model to have a 3d model
-...
+return;
 
 %Set ice flow approximation
-...
+return;
 
 %Create boundary conditions: zero velocity on the bed
-...
+return;
 
 %Go Solve
