Index: /issm/trunk-jpl/examples/Pig/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Pig/runme.m	(revision 21128)
+++ /issm/trunk-jpl/examples/Pig/runme.m	(revision 21129)
@@ -1,5 +1,5 @@
-step=[1];
+steps=[1];
 
-if any(step==1)   %Mesh Generation #1
+if any(steps==1)   %Mesh Generation #1
 	%Mesh parameters
 	domain =['./DomainOutline.exp'];
@@ -57,5 +57,5 @@
 end
 
-if any(step==2)  %Masks #2
+if any(steps==2)  %Masks #2
 
 	md = loadmodel('./Models/PIG_Mesh_generation');	
@@ -86,5 +86,5 @@
 end
 
-if any(step==3)  %Parameterization #3
+if any(steps==3)  %Parameterization #3
 
 	md = loadmodel('./Models/PIG_SetMask');
@@ -98,5 +98,5 @@
 end
 
-if any(step==4)  %Control Method #4
+if any(steps==4)  %Control Method #4
 
 	md = loadmodel('./Models/PIG_Parameterization');
@@ -104,5 +104,5 @@
 	% Control general
 	md.inversion.iscontrol=1;
-	md.inversion.maxsteps=20;
+	md.inversion.maxstepss=20;
 	md.inversion.maxiter=40;
 	md.inversion.dxmin=0.1;
@@ -141,5 +141,5 @@
 end
 
-if any(step==5) %Plot #5
+if any(steps==5) %Plot #5
 
 	md = loadmodel('./Models/PIG_Control_drag');
@@ -158,5 +158,5 @@
 end
 
-if any(step==6)  %Higher-Order #6
+if any(steps==6)  %Higher-Order #6
 
 	% Load Model
@@ -174,5 +174,5 @@
 end
 
-if any(step==7)  %Plot #7
+if any(steps==7)  %Plot #7
 
 	mdHO = loadmodel('./Models/PIG_ModelHO');
Index: /issm/trunk-jpl/examples/PigSensitivity/runme.m
===================================================================
--- /issm/trunk-jpl/examples/PigSensitivity/runme.m	(revision 21128)
+++ /issm/trunk-jpl/examples/PigSensitivity/runme.m	(revision 21129)
@@ -1,5 +1,5 @@
-step=[1];
+steps=[1];
 
-if any(step==1) %Transient Run #1
+if any(steps==1) %Transient Run #1
 
 	md = loadmodel('../Pig/Models/PIG_Control_drag');	
@@ -26,5 +26,5 @@
 end
 
-if any(step==2) %High Melt #2
+if any(steps==2) %High Melt #2
 	md = loadmodel('./Models/PIG_Transient');	
 
@@ -41,5 +41,5 @@
 end
 
-if any(step==3) %Ice Front retreat
+if any(steps==3) %Ice Front retreat
 	md = loadmodel('./Models/PIG_Transient');	
 
@@ -60,5 +60,5 @@
 end
 
-if any(step==4) %High surface mass balance #3
+if any(steps==4) %High surface mass balance #3
 	%Load model
 
Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21128)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 21129)
@@ -356,7 +356,11 @@
 			then
 				$SED -i.bak 's/steps=\[1\];/steps=\[1:5\];\n\ntry\n/' $FILE
-			elif [ "${dir}" == "./IceFlowModels" ];	
+			elif [ "${dir}" == "./IceflowModels" ];	
 			then
 				# Almost nothing to this example
+				$SED -i.bak '1 s/^.*$/try\n\n&/' $FILE
+			elif [ "${dir}" == "./ISMIP" ];	
+			then
+				# Eight steps... none of which are implmented in the script...
 				$SED -i.bak '1 s/^.*$/try\n\n&/' $FILE
 			elif [ "${dir}" == "./Inversion" ];	
@@ -388,4 +392,7 @@
 			then
 				$SED -i.bak 's/steps=\[1\];/steps=\[1:7\];\n\ntry\n/' $FILE
+			elif [ "${dir}" == "./Data" ];	
+			then
+				echo "Data directory is used by examples. No modifications required."
 			else
 				echo "Not implemented yet!"
