Show
Ignore:
Timestamp:
01/05/10 22:19:49 (14 years ago)
Author:
smidl
Message:

cleanups & stuff for SYSID like estimation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/discrete.cpp

    r737 r760  
    9797 
    9898void discrete_support::from_setting ( const Setting &set ) { 
    99         UI::get ( Spoints, set, "points", UI::compulsory ); 
     99        UI::get ( Spoints, set, "points", UI::optional ); 
    100100        if ( points() < 1 ) { 
    101101                int npoints;