Index: /issm/trunk/src/m/classes/clusters/larsen.m
===================================================================
--- /issm/trunk/src/m/classes/clusters/larsen.m	(revision 6219)
+++ /issm/trunk/src/m/classes/clusters/larsen.m	(revision 6220)
@@ -77,5 +77,5 @@
 
 			 if md.gprof, 
-				 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname)
+				 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname);
 			 end 
 
Index: /issm/trunk/src/m/classes/clusters/wilkes.m
===================================================================
--- /issm/trunk/src/m/classes/clusters/wilkes.m	(revision 6219)
+++ /issm/trunk/src/m/classes/clusters/wilkes.m	(revision 6220)
@@ -77,5 +77,5 @@
 
 			 if md.gprof, 
-				 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname)
+				 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname);
 			 end 
 
