Changeset 2402
- Timestamp:
- 10/08/09 11:43:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/mesh/mesh.m
r1214 r2402 30 30 choice=input('This model already has a mesh. Are you sure you want to go ahead? (y/n)','s'); 31 31 if ~strcmp(choice,'y') 32 error('no meshing done ... exiting'); 32 disp('no meshing done ... exiting'); 33 return 33 34 end 34 35 end
Note:
See TracChangeset
for help on using the changeset viewer.