source:
issm/oecreview/Archive/11618-11630/ISSM-11629-11630.diff
Last change on this file was 11991, checked in by , 13 years ago | |
---|---|
File size: 835 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/qmu/dakota_in_write.m
62 62 if ~exist('filei' ,'var') || isempty(filei) 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)); 73 73 fidi=fopen(sprintf('%s',filei2),'w');
Note:
See TracBrowser
for help on using the repository browser.