Index: /issm/workshop/08ISMIP/CheatyRunme.m
===================================================================
--- /issm/workshop/08ISMIP/CheatyRunme.m	(revision 18039)
+++ /issm/workshop/08ISMIP/CheatyRunme.m	(revision 18040)
@@ -3,8 +3,8 @@
 %step 8 is specific to ISMIPF
 
-steps=[1 2 3 4 5 6 7];
+steps=[1 2 3 4 5 6 8];
 
 % parameter file to be used, choose between CheatyIsmipA.par or CheatyIsmipF.par
-ParamFile='CheatyIsmipA.par'
+ParamFile='CheatyIsmipF.par'
 
 name_prefix='ISMIP';
@@ -17,5 +17,5 @@
 	%initialize md as a new model #help model
 	%->
-	md=model;
+	md=model();
 	% generate a squaremesh #help squaremesh
 	% Side is 80 km long with 20 points
@@ -122,5 +122,5 @@
 	% SPCs are initialized at NaN one value per vertex
 	%->
-	md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
+	md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1);
 	%->
 	md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
