Ignore:
Timestamp:
06/05/12 10:37:08 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/clusters/generic.m ΒΆ

    r12363 r12370  
    114114
    115115                         %compress the files into one zip.
    116                          compressstring=['tar -zcf ' dirname '.tar.gz ' modelname '.bin ' modelname '.queue '  modelname '.petsc '];
     116                         compressstring=['tar -zcf ' dirname '.tar.gz '];
    117117                         for i=1:numel(filelist),
    118118                                 compressstring = [compressstring ' ' filelist{i}];
Note: See TracChangeset for help on using the changeset viewer.