Changeset 1031


Ignore:
Timestamp:
06/19/09 16:12:35 (16 years ago)
Author:
Eric.Larour
Message:

Added classes declarations (from linux bug) for dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r836 r1031  
    4242        fprintf('\n  To get started with ISSM, type issmdoc at the command prompt.\n\n');
    4343end
     44
     45%  deal with Matlab bug (on Linux, not WinXP) -- unless
     46%  the class has been called, "empty" method can not be found
     47normal_uncertain;
     48continuous_design;
     49continuous_state;
     50linear_inequality_constraint;
     51linear_equality_constraint;
     52response_function;
     53objective_function;
     54least_squares_term;
     55nonlinear_inequality_constraint;
     56nonlinear_equality_constraint;
     57
Note: See TracChangeset for help on using the changeset viewer.