Show
Ignore:
Timestamp:
08/19/09 16:54:24 (15 years ago)
Author:
vbarta
Message:

using own error macros (basically copied from IT++, but never aborting)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/mixtures.cpp

    r504 r565  
    154154void MixEF::flatten ( const BMEF* M2 ) { 
    155155        const MixEF* Mix2 = dynamic_cast<const MixEF*> ( M2 ); 
    156         it_assert_debug ( Mix2->n == n, "Different no of coms" ); 
     156        bdm_assert_debug ( Mix2->n == n, "Different no of coms" ); 
    157157        //Flatten each component 
    158158        for ( int i = 0; i < n; i++ ) {