Changeset 1484


Ignore:
Timestamp:
07/31/09 16:41:30 (16 years ago)
Author:
Eric.Larour
Message:

More flexibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/parameterize.m

    r1464 r1484  
    1414%some checks
    1515if 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');
    1718        if ~strcmp(choice,'y')
    1819                error('no parameters done ... exiting');
Note: See TracChangeset for help on using the changeset viewer.