Changeset 1087


Ignore:
Timestamp:
06/24/09 14:56:29 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/expmaster.m

    r897 r1087  
    2424        choice=input(['A file ' newfile ' already exists, do you want to modify it? (y/n)'],'s');
    2525        if ~strcmpi(choice,'y'),
    26                 error('no modification done ... exiting');
     26                disp('no modification done ... exiting');
     27                return
    2728        end
    2829end
Note: See TracChangeset for help on using the changeset viewer.