Ignore:
Timestamp:
02/19/10 12:01:20 (15 years ago)
Author:
Eric.Larour
Message:

Took out the check on qmudir: it was too constraining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/dakota/preqmu.m

    r2330 r3054  
    2525if exist(options.qmudir,'dir')
    2626    if ~isfield(options,'overwrite')
    27                 if exist(options.qmudir)==7,
    28                         options.overwrite=input(['Overwrite existing ''' options.qmudir ''' directory? Y/N [N]: '], 's');
    29                 else
     27                %if exist(options.qmudir)==7,
     28                %       options.overwrite=input(['Overwrite existing ''' options.qmudir ''' directory? Y/N [N]: '], 's');
     29                %else
    3030                        options.overwrite='y';
    31                 end
     31                %end
    3232
    3333    end
Note: See TracChangeset for help on using the changeset viewer.