Changeset 13135
- Timestamp:
- 08/22/12 15:39:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/exp/expcoarsen.m
r12379 r13135 15 15 error('expcoarsen usage: expcoarsen(newfile,oldfile,resolution)') 16 16 elseif ~exist(oldfile) 17 error(['expcut error message: the file ' oldfile 'does not exist'])17 error(['expcut error message: the file ' oldfile ' does not exist']) 18 18 elseif exist(newfile), 19 19 choice=input(['A file ' newfile ' already exists, do you want to modify it? (y/n)'],'s');
Note:
See TracChangeset
for help on using the changeset viewer.