Index: /issm/trunk-jpl/examples/ISMIP/runme.m
===================================================================
--- /issm/trunk-jpl/examples/ISMIP/runme.m	(revision 26031)
+++ /issm/trunk-jpl/examples/ISMIP/runme.m	(revision 26032)
@@ -134,10 +134,10 @@
 	% for y
 	% create maxY, list of indices where y is equal to max of y
-	%  but not where x is equal to max or min of x
-	% (i.e, indices in maxX and minX should be excluded from maxY and minY)
+	% but not where x is equal to max or min of x
+	% (i.e, indices in maxX and minX should be excluded from maxY and minY)	
 	%->
 
 	% create minY, list of indices where y is equal to max of y
-	%  but not where x is equal to max or min of x
+	% but not where x is equal to max or min of x
 	%->
 
Index: /issm/trunk-jpl/jenkins/examples_tests.sh
===================================================================
--- /issm/trunk-jpl/jenkins/examples_tests.sh	(revision 26031)
+++ /issm/trunk-jpl/jenkins/examples_tests.sh	(revision 26032)
@@ -302,20 +302,23 @@
 						md.stressbalance.spcvy(basalnodes)=0.0;\n\
 						% periodic boundaries have to be fixed on the sides\n\
-						% create tabs with the side of the domain\n\
+						% Find the indices of the sides of the domain, for x and then for y\n\
 						% for x\n\
-						% create maxX #help find\n\
+						% create maxX, list of indices where x is equal to max of x (use >> help find)\n\
 						%->\n\
 						maxX=find(md.mesh.x==max(md.mesh.x));\n\
-						% create minX\n\
+						% create minX, list of indices where x is equal to min of x\n\
 						%->\n\
 						minX=find(md.mesh.x==min(md.mesh.x));\n\
-						% for y, max X and minX should be excluded\n\
-						% create maxY\n\
+						% for y\n\
+						% create maxY, list of indices where y is equal to max of y\n\
+						% but not where x is equal to max or min of x\n\
+						% (i.e, indices in maxX and minX should be excluded from maxY and minY)\n\
+						% but not where x is equal to max or min of x\n\
 						%->\n\
 						maxY=find(md.mesh.y==max(md.mesh.y) & md.mesh.x~=max(md.mesh.x) & md.mesh.x~=min(md.mesh.x));\n\
-						% create minY\n\
+						% create minY, list of indices where y is equal to max of y\n\
 						%->\n\
 						minY=find(md.mesh.y==min(md.mesh.y) & md.mesh.x~=max(md.mesh.x) & md.mesh.x~=min(md.mesh.x));\n\
-						% set the node that should be paired together\n\
+						% set the node that should be paired together, minX with maxX and minY with maxY\n\
 						% #md.stressbalance.vertex_pairing\n\
 						%->\n\
