Changeset 17792
- Timestamp:
- 04/21/14 15:35:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/preqmu.m
r17791 r17792 28 28 else 29 29 %does the directory exist? if so, then error out 30 if exist( options.qmudir)==7,30 if exist(qmudir)==7, 31 31 error('Existing ''%s'' directory, cannot overwrite. Specify ''overwrite'',''y'' option in solve arguments.',options.qmudir); 32 32 end 33 33 end 34 mkdir( options.qmudir)35 cd( options.qmudir)34 mkdir(qmudir) 35 cd(qmudir) 36 36 37 37 %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.