Changeset 11630
- Timestamp:
- 03/05/12 16:21:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/dakota_in_write.m
r5486 r11630 63 63 filei=input('Dakota input file to write? ','s'); 64 64 end 65 [pathstr,name,ext ,versn] = fileparts(filei);65 [pathstr,name,ext] = fileparts(filei); 66 66 if isempty(ext) 67 67 % fileparts only considers '.in' to be the extension, not '.qmu.in' 68 68 ext='.qmu.in'; 69 69 end 70 filei2=fullfile(pathstr,[name ext versn]);70 filei2=fullfile(pathstr,[name ext]); 71 71 72 72 display(sprintf('Opening Dakota input file ''%s''.',filei2));
Note:
See TracChangeset
for help on using the changeset viewer.