Index: /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m
===================================================================
--- /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m	(revision 19042)
+++ /issm/trunk-jpl/examples/ISMIP/CheatyRunme.m	(revision 19043)
@@ -10,5 +10,5 @@
 %Run Steps
 
-% {{{ Mesh Generation #1
+%Mesh Generation #1
 if any(steps==1)
 
@@ -31,7 +31,6 @@
 	save ./Models/ISMIP.Mesh_generation md;
 end
-% }}}
-
-% {{{ Masks #2
+
+%Masks #2
 if any(steps==2)
 
@@ -51,7 +50,6 @@
 	save ./Models/ISMIP.SetMask md;
 end
-% }}}
-
-% {{{ Parameterization #3
+
+%Parameterization #3
 if any(steps==3)
 
@@ -69,7 +67,6 @@
 	save ./Models/ISMIP.Parameterization md;
 end
-% }}}
-
-% {{{ Extrusion #4
+
+%Extrusion #4
 if any(steps==4)
 	
@@ -89,7 +86,6 @@
 	save ./Models/ISMIP.Extrusion md;
 end
-% }}}
-
-% {{{ Set the flow computing method #5
+
+%Set the flow computing method #5
 if any(steps==5)
 
@@ -106,7 +102,6 @@
 	save ./Models/ISMIP.SetFlow md;
 end
-% }}}
-
-% {{{ Set Boundary Conditions #6
+
+%Set Boundary Conditions #6
 if any(steps==6)
 
@@ -161,7 +156,6 @@
 	save ./Models/ISMIP.BoundaryCondition md;
 end
-% }}}
-
-% {{{ Solving #7
+
+%Solving #7
 if any(steps==7)
 	% load the preceding step #help loadmodel
@@ -188,7 +182,6 @@
 	plotmodel(md,'data',md.results.StressbalanceSolution.Vel)
 end
-% }}}
-
-% {{{ Solving #8
+
+%Solving #8
 if any(steps==8)
 	% load the preceding step #help loadmodel
@@ -227,3 +220,2 @@
 	plotmodel(md,'data',md.results.TransientSolution(20).Vel)
 end
-% }}}
Index: /issm/trunk-jpl/examples/ISMIP/runme.m
===================================================================
--- /issm/trunk-jpl/examples/ISMIP/runme.m	(revision 19042)
+++ /issm/trunk-jpl/examples/ISMIP/runme.m	(revision 19043)
@@ -10,5 +10,5 @@
 %Run Steps
 
-% {{{ Mesh Generation #1
+%Mesh Generation #1
 if any(steps==1) 
 
@@ -27,7 +27,6 @@
 
 end
-% }}}
-
-% {{{ Masks #2
+
+%Masks #2
 if any(steps==2) 
 
@@ -47,7 +46,6 @@
 
 end
-% }}}
-
-% {{{ Parameterization #3
+
+%Parameterization #3
 if any(steps==3) 
 
@@ -65,7 +63,6 @@
 
 end
-% }}}
-
-% {{{ Extrusion #4
+
+%Extrusion #4
 if any(steps==4)
 	
@@ -85,8 +82,6 @@
 
 end
-% }}}
-
-% {{{ Set the flow computing method #5
-
+
+%Set the flow computing method #5
 if any(steps==5)
 
@@ -103,7 +98,6 @@
 
 end
-% }}}
-
-% {{{ Set Boundary Conditions #6
+
+%Set Boundary Conditions #6
 if any(steps==6)
 
@@ -157,7 +151,6 @@
 
 end
-% }}}
-
-% {{{ Solving #7
+
+%Solving #7
 if any(steps==7)
 	% load the preceding step #help loadmodel
@@ -183,7 +176,6 @@
 	%->
 end
-% }}}
-
-% {{{ Solving #8
+
+%Solving #8
 if any(steps==8)
 	% load the preceding step #help loadmodel
@@ -222,3 +214,2 @@
 
 end
-% }}}
Index: /issm/trunk-jpl/examples/Pig/Pig.par
===================================================================
--- /issm/trunk-jpl/examples/Pig/Pig.par	(revision 19042)
+++ /issm/trunk-jpl/examples/Pig/Pig.par	(revision 19043)
@@ -7,5 +7,5 @@
 md.mesh.hemisphere='s';
 
-% {{{ NetCdf Loading
+%NetCdf Loading
 disp('   Loading SeaRISE data from NetCDF');
 ncdata='../Data/Antarctica_5km_withshelves_v0.75.nc';
@@ -47,6 +47,6 @@
 y2=(ymax-ny*spacing)+(0:1:ny)'*spacing; 
 y2=double(y2);
-% }}}
-% {{{ Geometry
+
+%Geometry
 disp('   Interpolating surface and ice base');
 md.geometry.base    = InterpFromGridToMesh(x1,y1,topg,md.mesh.x,md.mesh.y,0);
@@ -73,6 +73,6 @@
 md.geometry.thickness(pos0)=1;
 md.geometry.surface=md.geometry.thickness+md.geometry.base;
-% }}} 
-% {{{ Initialization parameters
+
+%Initialization parameters
 disp('   Interpolating temperatures');
 md.initialization.temperature=InterpFromGridToMesh(x1,y1,temp,md.mesh.x,md.mesh.y,0)+273.15+Temp_change;
@@ -93,11 +93,9 @@
 md.initialization.pressure=md.materials.rho_ice*md.constants.g*md.geometry.thickness;
 
-% }}}
-
 disp('   Construct ice rheological properties');
 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
 md.materials.rheology_B=paterson(md.initialization.temperature);
 
-% {{{ Forcings
+%Forcings
 disp('   Interpolating surface mass balance');
 md.surfaceforcings.mass_balance=InterpFromGridToMesh(x1,y1,smb,md.mesh.x,md.mesh.y,0);
@@ -108,7 +106,6 @@
 md.basalforcings.geothermalflux=InterpFromGridToMesh(x1,y1,gflux,md.mesh.x,md.mesh.y,0);
 clear gflux;
-% }}}
 
-% {{{ Friction and inversion set up
+%Friction and inversion set up
 disp('   Construct basal friction parameters');
 md.friction.coefficient=friction_coefficient*ones(md.mesh.numberofvertices,1);
@@ -124,6 +121,4 @@
 md.inversion.vy_obs=vy_obs;
 md.inversion.vel_obs=vel_obs;
-% }}}
-
 
 disp('   Set boundary conditions');
@@ -133,3 +128,2 @@
 md.thermal.spctemperature     = [md.initialization.temperature;1]; %impose observed temperature on surface
 md.masstransport.spcthickness    = NaN*ones(md.mesh.numberofvertices,1);
-
Index: /issm/trunk-jpl/examples/Pig/PigRegion.m
===================================================================
--- /issm/trunk-jpl/examples/Pig/PigRegion.m	(revision 19042)
+++ /issm/trunk-jpl/examples/Pig/PigRegion.m	(revision 19043)
@@ -1,3 +1,3 @@
-% {{{ Getting the velocity in PIG vicinity for the ExpDraw
+%Getting the velocity in PIG vicinity for the ExpDraw
 
 % Load Velocities
@@ -51,4 +51,2 @@
 vel_obs=sqrt(vx_obs.^2.+vy_obs.^2.);
 imagesc(xred,yred,vel_obs)
-
-%}}}
Index: /issm/trunk-jpl/examples/Pig/runme.m
===================================================================
--- /issm/trunk-jpl/examples/Pig/runme.m	(revision 19042)
+++ /issm/trunk-jpl/examples/Pig/runme.m	(revision 19043)
@@ -4,5 +4,5 @@
 %Run Steps
 
-% {{{ Mesh Generation #1
+%Mesh Generation #1
 if any(steps==1)
 
@@ -73,7 +73,6 @@
 	save ./Models/PIG.Mesh_generation md;
 end
-% }}}
-
-% {{{ Masks #2
+
+%Masks #2
 if any(steps==2) 
 
@@ -104,7 +103,6 @@
 	save ./Models/PIG.SetMask md;
 end
-% }}}
-
-% {{{ Parameterization #3
+
+%Parameterization #3
 if any(steps==3) 
 
@@ -118,7 +116,6 @@
 	save ./Models/PIG.Parameterization md;
 end
-% }}}
-
-% {{{ Control Method #4
+
+%Control Method #4
 if any(steps==4)
 
@@ -163,7 +160,6 @@
 	save ./Models/PIG.Control_drag md;
 end
-% }}}
-
-% {{{ Plot #5
+
+%Plot #5
 if any(steps==5)
 
@@ -182,7 +178,6 @@
 		'colorbartitle#3','[m]', 'log#1-2',10);
 end
-% }}}
-
-% {{{ HO #6
+
+%HO #6
 if any(steps==6)
 
@@ -200,7 +195,6 @@
 
 end
-% }}}
-
-% {{{ Plot #7
+
+%Plot #7
 if any(steps==7)
 
@@ -226,3 +220,2 @@
 						'layer#5',1, 'log#1', 10,'log#3', 10,'log#5', 10);
 end
-% }}}
