Changeset 6041


Ignore:
Timestamp:
09/26/10 16:00:01 (15 years ago)
Author:
Eric.Larour
Message:

minor bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/loadresultsfromcluster.m

    r6039 r6041  
    3838%erase input file if run was carried out on same platform.
    3939hostname=oshostname();
    40 if strcmpi(hostname,clustername),
     40if strcmpi(hostname,cluster.name),
    4141        if md.qmu_analysis,
    4242                delete([['qmu' num2str(GetPId) '/'] md.name '.bin']);
Note: See TracChangeset for help on using the changeset viewer.