Changeset 17792


Ignore:
Timestamp:
04/21/14 15:35:53 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: no more process_solve_options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/qmu/preqmu.m

    r17791 r17792  
    2828else
    2929        %does the directory exist? if so, then error out
    30         if exist(options.qmudir)==7,
     30        if exist(qmudir)==7,
    3131                error('Existing ''%s'' directory, cannot overwrite. Specify ''overwrite'',''y'' option in solve arguments.',options.qmudir);
    3232        end
    3333end
    34 mkdir(options.qmudir)
    35 cd(options.qmudir)
     34mkdir(qmudir)
     35cd(qmudir)
    3636
    3737%when running in library mode, the in file needs to be called md.miscellaneous.name.qmu.in
Note: See TracChangeset for help on using the changeset viewer.