Changeset 1484
- Timestamp:
- 07/31/09 16:41:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/parameterize.m
r1464 r1484 14 14 %some checks 15 15 if md.counter>=4, 16 choice=input('This model already has parameters and has been extruded. Are you sure you want to go ahead? (y/n)','s'); 16 %We need to take this out, as it gets too constraining. 17 %choice=input('This model already has parameters and has been extruded. Are you sure you want to go ahead? (y/n)','s'); 17 18 if ~strcmp(choice,'y') 18 19 error('no parameters done ... exiting');
Note:
See TracChangeset
for help on using the changeset viewer.