Changeset 1087
- Timestamp:
- 06/24/09 14:56:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Exp/expmaster.m
r897 r1087 24 24 choice=input(['A file ' newfile ' already exists, do you want to modify it? (y/n)'],'s'); 25 25 if ~strcmpi(choice,'y'), 26 error('no modification done ... exiting'); 26 disp('no modification done ... exiting'); 27 return 27 28 end 28 29 end
Note:
See TracChangeset
for help on using the changeset viewer.