Show
Ignore:
Timestamp:
08/08/09 13:43:13 (15 years ago)
Author:
smidl
Message:

changes in mpdf -> compile OK, broken tests!

Files:
1 modified

Legend:

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

    r477 r488  
    178178        //! Set support points from a pdf by drawing N samples 
    179179        void set_support ( const epdf &overall, int N ) { 
    180                 eSmp.set_statistics ( &overall, N ); 
     180                eSmp.set_statistics ( overall, N ); 
    181181                Npoints = N; 
    182182        }