Index: /issm/trunk-jpl/src/m/array/str2int.m
===================================================================
--- /issm/trunk-jpl/src/m/array/str2int.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/array/str2int.m	(revision 13730)
@@ -5,5 +5,5 @@
 %  function [aint]=str2int(astr,cfl)
 %
-function [aint]=str2int(astr,cfl);
+function [aint]=str2int(astr,cfl)
 
 aint=[];
Index: /issm/trunk-jpl/src/m/classes/modellist.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/modellist.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/classes/modellist.m	(revision 13730)
@@ -301,5 +301,5 @@
 
 %First try and figure out if there is a special script for this particular cluster
-function_name=['BuildMultipleQueueingScript' cluster];
+function_name=['BuildMultipleQueueingScript' cluster]
 
 %some specific treatment of identical cluster, gemini, castor and pollux
@@ -347,5 +347,5 @@
 
 %First try and figure out if there is a special script for thie particular cluster
-function_name=['LaunchMultipleQueueJob' cluster];
+function_name=['LaunchMultipleQueueJob' cluster]
 
 %some specific treatment of identical cluster, gemini, castor and pollux
Index: /issm/trunk-jpl/src/m/contrib/bamg/meshread.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/bamg/meshread.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/bamg/meshread.m	(revision 13730)
@@ -1,3 +1,3 @@
-function Struct=meshread(filename);
+function Struct=meshread(filename)
 
 %some checks
Index: /issm/trunk-jpl/src/m/contrib/bamg/yams.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/bamg/yams.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/bamg/yams.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=yams(md,varargin);
+function md=yams(md,varargin)
 %MESHYAMS - Build model of Antarctica by refining according to observed velocity error estimator
 %
Index: /issm/trunk-jpl/src/m/contrib/gslib/gamv.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/gslib/gamv.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/gslib/gamv.m	(revision 13730)
@@ -1,3 +1,3 @@
-function output = gamv(x,y,data,varargin);
+function output = gamv(x,y,data,varargin)
 %GAMV - use gslib for Kriging
 %
Index: /issm/trunk-jpl/src/m/contrib/gslib/gslib.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/gslib/gslib.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/gslib/gslib.m	(revision 13730)
@@ -1,3 +1,3 @@
-function output = gslib(x,y,data,varargin);
+function output = gslib(x,y,data,varargin)
 %GSLIB - use gslib for Kriging
 %
Index: /issm/trunk-jpl/src/m/contrib/gslib/pkriging.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/gslib/pkriging.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/gslib/pkriging.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [B E]=pkriging(x,y,observations,x_interp,y_interp,varargin);
+function [B E]=pkriging(x,y,observations,x_interp,y_interp,varargin)
 %PKRIGING - parallel Kriging
 %
Index: /issm/trunk-jpl/src/m/contrib/gslib/varmap.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/gslib/varmap.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/gslib/varmap.m	(revision 13730)
@@ -1,3 +1,3 @@
-function output = varmap(x,y,data,varargin);
+function output = varmap(x,y,data,varargin)
 %VARMAP - use gslib for Kriging
 %
Index: /issm/trunk-jpl/src/m/contrib/massbalance/outflow.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/massbalance/outflow.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/contrib/massbalance/outflow.m	(revision 13730)
@@ -1,3 +1,3 @@
-function flag=outflow(md);
+function flag=outflow(md)
 %OUTFLOW - flag nodes on outflux boundary
 %
Index: /issm/trunk-jpl/src/m/exp/expcoarsen.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expcoarsen.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/expcoarsen.m	(revision 13730)
@@ -1,3 +1,3 @@
-function expcoarsen(newfile,oldfile,resolution);
+function expcoarsen(newfile,oldfile,resolution)
 %EXPCOARSEN - coarsen an exp contour
 %
Index: /issm/trunk-jpl/src/m/exp/expcreatecontour.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expcreatecontour.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/expcreatecontour.m	(revision 13730)
@@ -1,3 +1,3 @@
-function expcreatecontour(filename);
+function expcreatecontour(filename)
 %EXPCREATECONTOUR - create a contour from a list of points
 %
Index: /issm/trunk-jpl/src/m/exp/expcreateprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expcreateprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/expcreateprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function expcreateprofile(filename);
+function expcreateprofile(filename)
 %EXPCREATEPROFILE - create an Argus file from a list of points
 %
Index: /issm/trunk-jpl/src/m/exp/expread.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expread.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/expread.m	(revision 13730)
@@ -1,3 +1,3 @@
-function Struct=expread(filename);
+function Struct=expread(filename)
 %EXPREAD - read a file exp and build a Structure
 %
Index: /issm/trunk-jpl/src/m/exp/expwrite.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/expwrite.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/expwrite.m	(revision 13730)
@@ -1,3 +1,3 @@
-function expwrite(a,filename);
+function expwrite(a,filename)
 %EXPWRITE - write an Argus file from a structure given in input
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/addcontour.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/addcontour.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/addcontour.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=addcontour(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=addcontour(A,numprofiles,numpoints,closed,prevplot,root,options)
 %ADDCONTOUR - add a closed contour
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/addendprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/addendprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/addendprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=addendprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=addendprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %ADDENDPROFILE - add point at the end of a n existing profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/addinsideprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/addinsideprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/addinsideprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=addinsideprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=addinsideprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %ADDINSIDEPROFILE - add apoint inside a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/addprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/addprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/addprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=addprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=addprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %ADDPROFILE - add a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/closeprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/closeprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/closeprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=closeprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=closeprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %CLOSEPROFILE - close one or several profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/cutarea.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/cutarea.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/cutarea.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=cutarea(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=cutarea(A,numprofiles,numpoints,closed,prevplot,root,options)
 %CUTAREA - cut several point of a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/cutprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/cutprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/cutprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=cutprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=cutprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %CUTPROFILE - cut a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/mergeprofiles.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/mergeprofiles.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/mergeprofiles.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=mergeprofiles(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=mergeprofiles(A,numprofiles,numpoints,closed,prevplot,root,options)
 %MERGEPROFILES - merge profiles
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/modifyposition.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/modifyposition.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/modifyposition.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=modifyposition(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=modifyposition(A,numprofiles,numpoints,closed,prevplot,root,options)
 %MODIFYPOSITION - modify the prosition of a point of a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/orientprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/orientprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/orientprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=orientprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=orientprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %ORIENTPROFILE - cahnge profile orientation
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/removepoints.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/removepoints.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/removepoints.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=removepoints(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=removepoints(A,numprofiles,numpoints,closed,prevplot,root,options)
 %REMOVEPOINTS - remove a point from a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/removeprofile.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/removeprofile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/removeprofile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=removeprofile(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=removeprofile(A,numprofiles,numpoints,closed,prevplot,root,options)
 %REMOVEPROFILE - delete a profile
 %
Index: /issm/trunk-jpl/src/m/exp/manipulation/removeseveralpoints.m
===================================================================
--- /issm/trunk-jpl/src/m/exp/manipulation/removeseveralpoints.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/exp/manipulation/removeseveralpoints.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [A,numprofiles,numpoints,closed]=removeseveralpoints(A,numprofiles,numpoints,closed,prevplot,root,options);
+function [A,numprofiles,numpoints,closed]=removeseveralpoints(A,numprofiles,numpoints,closed,prevplot,root,options)
 %REMOVESEVERALPOINTS - remove several point
 %
Index: /issm/trunk-jpl/src/m/extrusion/DepthAverage.m
===================================================================
--- /issm/trunk-jpl/src/m/extrusion/DepthAverage.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/extrusion/DepthAverage.m	(revision 13730)
@@ -1,3 +1,3 @@
-function  vector_average=DepthAverage(md,vector);
+function  vector_average=DepthAverage(md,vector)
 %DEPTHAVERAGE - computes depth average of 3d vector, and return value on 2d mesh. 
 %
Index: /issm/trunk-jpl/src/m/extrusion/project3d.m
===================================================================
--- /issm/trunk-jpl/src/m/extrusion/project3d.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/extrusion/project3d.m	(revision 13730)
@@ -1,3 +1,3 @@
-function projected_vector=project3d(md,varargin);
+function projected_vector=project3d(md,varargin)
 %PROJECT3D - vertically project a vector from 2d mesh
 %
Index: /issm/trunk-jpl/src/m/interp/PatchToVec.m
===================================================================
--- /issm/trunk-jpl/src/m/interp/PatchToVec.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/interp/PatchToVec.m	(revision 13730)
@@ -1,3 +1,3 @@
-function vec=PatchToVec(Patch);
+function vec=PatchToVec(Patch)
 %PATCHTOVEC - converts a patch to a vector by averaging over each vertex
 %
Index: /issm/trunk-jpl/src/m/mech/cfl_step.m
===================================================================
--- /issm/trunk-jpl/src/m/mech/cfl_step.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mech/cfl_step.m	(revision 13730)
@@ -1,3 +1,3 @@
-function maxtime=cfl_step(md,vx,vy);
+function maxtime=cfl_step(md,vx,vy)
 %CFL_STEP - return the maximum time step for the model in years
 %
Index: /issm/trunk-jpl/src/m/mesh/MeshQuality.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/MeshQuality.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/MeshQuality.m	(revision 13730)
@@ -1,3 +1,3 @@
-function quality=MeshQuality(md,epsilon,hmin,hmax);
+function quality=MeshQuality(md,epsilon,hmin,hmax)
 %MESHQUALITY - compute mesh quality
 %
Index: /issm/trunk-jpl/src/m/mesh/NodeInElement.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/NodeInElement.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/NodeInElement.m	(revision 13730)
@@ -1,3 +1,3 @@
-function node_in_element=NodeInElement(newx,newy,elements,x,y,nodeconnectivity);
+function node_in_element=NodeInElement(newx,newy,elements,x,y,nodeconnectivity)
 % NODEINELEMENT - find for a list of nodes (in newx,newy), which elements in the mesh (elements,x,y) they belong to.
 %
Index: /issm/trunk-jpl/src/m/mesh/bamg.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/bamg.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/bamg.m	(revision 13730)
@@ -339,5 +339,5 @@
 end 
 
-function geom=processgeometry(geom,tol,outline); % {{{
+function geom=processgeometry(geom,tol,outline) % {{{
 
 %Deal with edges
Index: /issm/trunk-jpl/src/m/mesh/rifts/meshaddrifts.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/rifts/meshaddrifts.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/rifts/meshaddrifts.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=meshaddrifts(md,riftname);
+function md=meshaddrifts(md,riftname)
 %MESHADDRIFTS - add rifts to a preloaded mesh (typically, an argus mesh)
 %
Index: /issm/trunk-jpl/src/m/mesh/rifts/meshplug.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/rifts/meshplug.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/rifts/meshplug.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [elements,x,y,z,numberofelements,numberofnodes,elconv,nodeconv,elconv2,nodeconv2]=meshplug(elements,x,y,z,elements2,x2,y2,z2,extractednodes,extractedelements,domain);
+function [elements,x,y,z,numberofelements,numberofnodes,elconv,nodeconv,elconv2,nodeconv2]=meshplug(elements,x,y,z,elements2,x2,y2,z2,extractednodes,extractedelements,domain)
 %MESHPLUG - embed mesh into another one
 %     See also meshaddrifts
Index: /issm/trunk-jpl/src/m/mesh/rifts/rifttipsrefine.m
===================================================================
--- /issm/trunk-jpl/src/m/mesh/rifts/rifttipsrefine.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/mesh/rifts/rifttipsrefine.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=rifttipsrefine(md,filename,resolution,circleradius);
+function md=rifttipsrefine(md,filename,resolution,circleradius)
 %RIFTTIPSREFINE - refine mesh near rift tips
 %
Index: /issm/trunk-jpl/src/m/miscellaneous/fielddisplay.m
===================================================================
--- /issm/trunk-jpl/src/m/miscellaneous/fielddisplay.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/miscellaneous/fielddisplay.m	(revision 13730)
@@ -13,5 +13,5 @@
 end %function
 
-function parsedisplay(offset,name,field,comment); %{{{
+function parsedisplay(offset,name,field,comment) %{{{
 
 	%string
Index: /issm/trunk-jpl/src/m/partition/adjacency.m
===================================================================
--- /issm/trunk-jpl/src/m/partition/adjacency.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/partition/adjacency.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=adjacency(md);
+function md=adjacency(md)
 %ADJACENCY -  compute adjacency matrix, list of vertices and list of weights.
 %
Index: /issm/trunk-jpl/src/m/partition/flagedges.m
===================================================================
--- /issm/trunk-jpl/src/m/partition/flagedges.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/partition/flagedges.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [xsegments ysegments]=flagedges(elements,x,y,partition);
+function [xsegments ysegments]=flagedges(elements,x,y,partition)
 %FLAGEDGES - return pairs of x,y segments, delimiting partitions.
 %
Index: /issm/trunk-jpl/src/m/plot/checkplotoptions.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/checkplotoptions.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/checkplotoptions.m	(revision 13730)
@@ -1,3 +1,3 @@
-function options=checkplotoptions(md,options);
+function options=checkplotoptions(md,options)
 %PARSE_OPTIONS - build a structure that holds all plot options
 %
Index: /issm/trunk-jpl/src/m/plot/colormaps/haxby.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/colormaps/haxby.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/colormaps/haxby.m	(revision 13730)
@@ -1,3 +1,3 @@
-function map = haxby(m);
+function map = haxby(m)
 %HAXBY - Haxby color map
 %   HAXBY(M) returns an M-by-3 matrix containing a colormap with Haxby's
Index: /issm/trunk-jpl/src/m/plot/kmlgroundoverlay.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/kmlgroundoverlay.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/kmlgroundoverlay.m	(revision 13730)
@@ -1,3 +1,3 @@
-function kmlgroundoverlay(md,options);
+function kmlgroundoverlay(md,options)
 %KMLGROUNDOVERLAY: create ground overlay image in kml format
 %
Index: /issm/trunk-jpl/src/m/plot/plot_BC.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_BC.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_BC.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_BC(md,options,width,i,data);
+function plot_BC(md,options,width,i,data)
 
 %plot neuman
Index: /issm/trunk-jpl/src/m/plot/plot_basaldrag.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_basaldrag.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_basaldrag.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_basaldrag(md,options,width,i,type);
+function plot_basaldrag(md,options,width,i,type)
 
 %PLOT_BASALDRAG - plot basal drag
Index: /issm/trunk-jpl/src/m/plot/plot_boundaries.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_boundaries.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_boundaries.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_boundaries(md,options,width,i);
+function plot_boundaries(md,options,width,i)
 %PLOT_BOUNDARIES - plot mesh boundaries
 %
Index: /issm/trunk-jpl/src/m/plot/plot_contour.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_contour.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_contour.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_contour(md,datain,options);
+function plot_contour(md,datain,options)
 %PLOT_CONTOUR - plot contours of a given field
 %
Index: /issm/trunk-jpl/src/m/plot/plot_drivingstress.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_drivingstress.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_drivingstress.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_drivingstress(md,options,width,i);
+function plot_drivingstress(md,options,width,i)
 %PLOT_DRIVINGSTRESS - plot driving stress
 %
Index: /issm/trunk-jpl/src/m/plot/plot_edges.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_edges.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_edges.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_edges(md,options,width,i,datai);
+function plot_edges(md,options,width,i,datai)
 %PLOT_SEGMENTS - plot edges, with different colors according to segment markers.
 %
Index: /issm/trunk-jpl/src/m/plot/plot_elementnumbering.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_elementnumbering.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_elementnumbering.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_elementnumbering(md,options,width,i);
+function plot_elementnumbering(md,options,width,i)
 %PLOT_ELEMENTNUMBERING - plot element numbering
 %
Index: /issm/trunk-jpl/src/m/plot/plot_elementstype.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_elementstype.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_elementstype.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_elementstype(md,options,width,i);
+function plot_elementstype(md,options,width,i)
 %PLOT_ELEMENTSTYPE - plot elements type
 %
Index: /issm/trunk-jpl/src/m/plot/plot_highlightelements.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_highlightelements.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_highlightelements.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_highlightelements(md,options,width,i);
+function plot_highlightelements(md,options,width,i)
 %PLOT_HIGHLIGHTELEMENTS - plot selected elements
 %
Index: /issm/trunk-jpl/src/m/plot/plot_highlightvertices.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_highlightvertices.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_highlightvertices.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_highlightvertices(md,options,width,i);
+function plot_highlightvertices(md,options,width,i)
 %PLOT_HIGHLIGHTVERTICES - plot selected vertices
 %
Index: /issm/trunk-jpl/src/m/plot/plot_icefront.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_icefront.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_icefront.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_icefront(md,options,width,i,data);
+function plot_icefront(md,options,width,i,data)
 %PLOT_ICEFRONT - plot segment on neumann BC
 %
Index: /issm/trunk-jpl/src/m/plot/plot_importancefactors.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_importancefactors.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_importancefactors.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_importancefactors(md,options,width,ii);
+function plot_importancefactors(md,options,width,ii)
 %PLOT_IMPORTANCEFACTORS - plot importance factors
 %
Index: /issm/trunk-jpl/src/m/plot/plot_manager.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_manager.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_manager.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_manager(md,options,subplotwidth,nlines,ncols,i);
+function plot_manager(md,options,subplotwidth,nlines,ncols,i)
 %PLOT__MANAGER - distribute the plots, called by plotmodel
 %
Index: /issm/trunk-jpl/src/m/plot/plot_mesh.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_mesh.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_mesh.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_mesh(md,options,nlines,ncols,i);
+function plot_mesh(md,options,nlines,ncols,i)
 %PLOT_MESH - plot model mesh
 %
Index: /issm/trunk-jpl/src/m/plot/plot_none.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_none.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_none.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_none(md,options,nlines,ncols,i);
+function plot_none(md,options,nlines,ncols,i)
 %PLOT_NONE - plot nothing, just apply options
 %
Index: /issm/trunk-jpl/src/m/plot/plot_parthist.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_parthist.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_parthist.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_parthist(md,options,nlines,ncols,i);
+function plot_parthist(md,options,nlines,ncols,i)
 %PLOT_PARTHIST - plot partitioning histogram
 %
Index: /issm/trunk-jpl/src/m/plot/plot_parthistn.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_parthistn.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_parthistn.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_parthist(md,options,nlines,ncols,i);
+function plot_parthist(md,options,nlines,ncols,i)
 %PLOT_PARTHIST - plot partitioning histogram
 %
Index: /issm/trunk-jpl/src/m/plot/plot_parthistw.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_parthistw.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_parthistw.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_parthist(md,options,nlines,ncols,i);
+function plot_parthist(md,options,nlines,ncols,i)
 %PLOT_PARTHIST - plot partitioning histogram
 %
Index: /issm/trunk-jpl/src/m/plot/plot_penalties.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_penalties.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_penalties.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_penalties(md,options,width,i);
+function plot_penalties(md,options,width,i)
 %PLOT_PENALTIES - plot penalties
 %
Index: /issm/trunk-jpl/src/m/plot/plot_qmu_mass_flux_segments.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_qmu_mass_flux_segments.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_qmu_mass_flux_segments.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_qmu_mass_flux_segments(md,options,nlines,ncols,i);
+function plot_qmu_mass_flux_segments(md,options,nlines,ncols,i)
 %PLOT_QMU_MASS_FLUX_SEGMENTS - plot segments from the qmu analysis of mass fluxes
 %
Index: /issm/trunk-jpl/src/m/plot/plot_qmuhistnorm.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_qmuhistnorm.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_qmuhistnorm.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_qmuhistnorm(md,options,nlines,ncols,index);
+function plot_qmuhistnorm(md,options,nlines,ncols,index)
 
 %prepare plot
Index: /issm/trunk-jpl/src/m/plot/plot_qmumean.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_qmumean.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_qmumean.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_qmumean(md,options,nlines,ncols,i);
+function plot_qmumean(md,options,nlines,ncols,i)
 %PLOT_QMUMEAN - plot mean of a scaled response 
 %
Index: /issm/trunk-jpl/src/m/plot/plot_qmustddev.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_qmustddev.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_qmustddev.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_qmustddev(md,options,nlines,ncols,i);
+function plot_qmustddev(md,options,nlines,ncols,i)
 %PLOT_QMUMEAN - plot stddev of a scaled response 
 %
Index: /issm/trunk-jpl/src/m/plot/plot_referential.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_referential.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_referential.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_referential(md,options,width,i,data);
+function plot_referential(md,options,width,i,data)
 %PLOT_PRESSURELOAD - plot segment on neumann BC
 %
Index: /issm/trunk-jpl/src/m/plot/plot_riftfraction.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftfraction.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_riftfraction.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_riftfraction(md,options,nlines,ncols,index);
+function plot_riftfraction(md,options,nlines,ncols,index)
 %PLOT_RIFTFRACTION - plot rift fractions
 %
Index: /issm/trunk-jpl/src/m/plot/plot_riftnumbering.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftnumbering.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_riftnumbering.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_riftnumbering(md,options,nlines,ncols,index);
+function plot_riftnumbering(md,options,nlines,ncols,index)
 %PLOT_RIFTNUMBERING - plot rift penetration + numbering of all rift vertices, as well as rift numbers.
 %
Index: /issm/trunk-jpl/src/m/plot/plot_riftpenetration.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftpenetration.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_riftpenetration.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_rifpenetration(md,options,nlines,ncols,index);
+function plot_rifpenetration(md,options,nlines,ncols,index)
 %PLOT_RIFTPENETRATION - plot rift penetration
 %
Index: /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_riftrelvel.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_riftrelvel(md,options,nlines,ncols,index);
+function plot_riftrelvel(md,options,nlines,ncols,index)
 %PLOT_RIFTRELVEL - plot rift relative velocities
 %
Index: /issm/trunk-jpl/src/m/plot/plot_rifts.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_rifts.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_rifts.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_rifts(md,options,nlines,ncols,index);
+function plot_rifts(md,options,nlines,ncols,index)
 %PLOT_RIFTS - plot rifts in a mesh
 %
Index: /issm/trunk-jpl/src/m/plot/plot_riftvel.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_riftvel.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_riftvel.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_riftvel(md,options,nlines,ncols,index);
+function plot_riftvel(md,options,nlines,ncols,index)
 %PLOT_RIFTVEL - plot rift velocity
 %
Index: /issm/trunk-jpl/src/m/plot/plot_sarpwr.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_sarpwr.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_sarpwr.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_sarpwr(md,options,width,i);
+function plot_sarpwr(md,options,width,i)
 %PLOT_SARPWR - plot radar image
 %
Index: /issm/trunk-jpl/src/m/plot/plot_segments.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_segments.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_segments.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_segments(md,options,width,i,datai);
+function plot_segments(md,options,width,i,datai)
 %PLOT_SEGMENTS - plot segments, with different colors according to segment markers.
 %
Index: /issm/trunk-jpl/src/m/plot/plot_tensor.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_tensor.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_tensor.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_tensor(md,options,width,i,type);
+function plot_tensor(md,options,width,i,type)
 %PLOT_TENSOR - plot tensor components
 %
Index: /issm/trunk-jpl/src/m/plot/plot_tensor_components.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_tensor_components.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_tensor_components.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_tensor_components(md,options,width,i,tensor,type,plot_options);
+function plot_tensor_components(md,options,width,i,tensor,type,plot_options)
 %PLOT_TENSOR_COMPONENT - plot component of a tensor
 %
Index: /issm/trunk-jpl/src/m/plot/plot_tensor_principal.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_tensor_principal.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_tensor_principal.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_tensor_principal(md,options,width,i,tensor,type,plot_options);
+function plot_tensor_principal(md,options,width,i,tensor,type,plot_options)
 %PLOT_TENSOR_PRINCIPAL - plot principal values
 %
Index: /issm/trunk-jpl/src/m/plot/plot_tensor_principalaxis.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_tensor_principalaxis.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_tensor_principalaxis.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_tensor_principalaxis(md,options,width,i,tensor,type,plot_options);
+function plot_tensor_principalaxis(md,options,width,i,tensor,type,plot_options)
 %PLOT_TENSOR_PRINCIPALAXIS - plot ytensor principal axis
 %
Index: /issm/trunk-jpl/src/m/plot/plot_transient_movie.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_transient_movie.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_transient_movie.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_transient_movie(md,options,width,i);
+function plot_transient_movie(md,options,width,i)
 %PLOT_TRANSIENT_MOVIE - plot a transient result as a movie
 %   Usage:
Index: /issm/trunk-jpl/src/m/plot/plot_vertexnumbering.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_vertexnumbering.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/plot_vertexnumbering.m	(revision 13730)
@@ -1,3 +1,3 @@
-function plot_vertexnumbering(md,options,width,i);
+function plot_vertexnumbering(md,options,width,i)
 %PLOT_VERTEXNUMBERING - plot vertex numbering
 %
Index: /issm/trunk-jpl/src/m/plot/processdata.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/processdata.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/processdata.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [data datatype]=processdata(md,data,options);
+function [data datatype]=processdata(md,data,options)
 %PROCESSDATA - process data to be plotted
 %
Index: /issm/trunk-jpl/src/m/plot/processmesh.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/processmesh.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/processmesh.m	(revision 13730)
@@ -1,3 +1,3 @@
-function [x y z elements is2d isplanet]=processmesh(md,data,options);
+function [x y z elements is2d isplanet]=processmesh(md,data,options)
 %PROCESSMESH - process mesh to be plotted
 %
Index: /issm/trunk-jpl/src/m/plot/subplotmodel.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/subplotmodel.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/plot/subplotmodel.m	(revision 13730)
@@ -1,3 +1,3 @@
-function ha=subplotmodel(nlines,ncols,num,options);
+function ha=subplotmodel(nlines,ncols,num,options)
 %SUBPLOTMODEL -  tight subplot that includes margins
 %
Index: /issm/trunk-jpl/src/m/qmu/MassFluxProcessProfile.m
===================================================================
--- /issm/trunk-jpl/src/m/qmu/MassFluxProcessProfile.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/qmu/MassFluxProcessProfile.m	(revision 13730)
@@ -1,3 +1,3 @@
-function segments=MassFluxProcessProfile(md,directory,profilename);
+function segments=MassFluxProcessProfile(md,directory,profilename)
 %MASSFLUXPROCESSPROFILE: process an argus domain outlien profile into a list of segments.
 %
Index: /issm/trunk-jpl/src/m/qmu/qmumarshall.m
===================================================================
--- /issm/trunk-jpl/src/m/qmu/qmumarshall.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/qmu/qmumarshall.m	(revision 13730)
@@ -70,5 +70,5 @@
 end
 
-function qmumarshallusage();
+function qmumarshallusage()
 disp(' ');
 disp('function qmumarshall(md.qmu.variables,responses)');
Index: /issm/trunk-jpl/src/m/regional/BasinConstrain.m
===================================================================
--- /issm/trunk-jpl/src/m/regional/BasinConstrain.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/regional/BasinConstrain.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=BasinConstrain(md,domain);
+function md=BasinConstrain(md,domain)
 %BASINCONSTRAIN - constrain basin
 %
Index: /issm/trunk-jpl/src/m/regional/BasinConstrainShelf.m
===================================================================
--- /issm/trunk-jpl/src/m/regional/BasinConstrainShelf.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/regional/BasinConstrainShelf.m	(revision 13730)
@@ -1,3 +1,3 @@
-function md=BasinConstrainShelf(md,domain);
+function md=BasinConstrainShelf(md,domain)
 %BASINCONSTRAIN - constrain basin
 %
Index: /issm/trunk-jpl/src/m/solve/MatlabProcessPatch.m
===================================================================
--- /issm/trunk-jpl/src/m/solve/MatlabProcessPatch.m	(revision 13729)
+++ /issm/trunk-jpl/src/m/solve/MatlabProcessPatch.m	(revision 13730)
@@ -1,3 +1,3 @@
-function structure=MatlabProcessPatch(structure);
+function structure=MatlabProcessPatch(structure)
 %PROCESSPATCH - create a structure from a patch
 %
