Changeset 13135


Ignore:
Timestamp:
08/22/12 15:39:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expcoarsen.m

    r12379 r13135  
    1515        error('expcoarsen usage: expcoarsen(newfile,oldfile,resolution)')
    1616elseif ~exist(oldfile)
    17         error(['expcut error message: the file ' oldfile  'does not exist'])
     17        error(['expcut error message: the file ' oldfile ' does not exist'])
    1818elseif exist(newfile),
    1919        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.