Changeset 6220


Ignore:
Timestamp:
10/11/10 07:35:35 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/m/classes/clusters
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/clusters/larsen.m

    r6219 r6220  
    7777
    7878                         if md.gprof,
    79                                  fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname)
     79                                 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname);
    8080                         end
    8181
  • issm/trunk/src/m/classes/clusters/wilkes.m

    r6219 r6220  
    7777
    7878                         if md.gprof,
    79                                  fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname)
     79                                 fprintf(fid,'\n gprof %s/issm.exe gmon.out > %s.performance',cluster.codepath,modelname);
    8080                         end
    8181
Note: See TracChangeset for help on using the changeset viewer.