Changeset 281 for bdm/stat/libEF.h

Show
Ignore:
Timestamp:
02/24/09 14:13:23 (15 years ago)
Author:
smidl
Message:

new version of mpf_test for TR2245

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libEF.h

    r280 r281  
    690690        void set_samples ( const epdf* pdf0 ); 
    691691        //! Set sample 
    692         void set_n ( int n0, bool copy=true ) {w.set_size ( n0,copy );samples.set_size ( n0,copy );}; 
     692        void set_n ( int n0, bool copy=true ) {n=n0; w.set_size ( n0,copy );samples.set_size ( n0,copy );}; 
    693693        //! Potentially dangerous, use with care. 
    694694        vec& _w()  {return w;};