Show
Ignore:
Timestamp:
10/23/09 00:05:25 (15 years ago)
Author:
smidl
Message:

Major changes in BM -- OK is only test suite and tests/tutorial -- the rest is broken!!!

Files:
1 modified

Legend:

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

    r565 r679  
    103103                //Re-Initialize Mixture model 
    104104                Mix.flatten ( &Mix_init ); 
    105                 Mix.bayesB ( Smp_ex, w*Npoints ); 
     105                Mix.bayesB ( Smp_ex,empty_vec, w*Npoints ); 
    106106                delete Mpred; 
    107107                Mpred = Mix.epredictor ( ); // Allocation => must be deleted at the end!!