Show
Ignore:
Timestamp:
01/29/10 01:13:17 (14 years ago)
Author:
mido
Message:

validate() finally included into UI::build mechanism and removed from some from_setting methods,
from that point StateDS test does not pass, I do not understand why

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r773 r795  
    14421442          n = w.length(); 
    14431443          if (n>0) 
    1444                 epdf::validate ( samples ( 0 ).length() ); 
     1444                pdf::dim = samples ( 0 ).length(); 
    14451445        } 
    14461446        //! Potentially dangerous, use with care.