Home | Info | Community | Development | myReactOS | Contact Us
[private]
Definition at line 124 of file splitarcs.cc.
Referenced by split().
{ assert( jarc1->check( ) != 0 ); assert( jarc2->check( ) != 0 ); assert( jarc1->next->check( ) != 0 ); assert( jarc2->next->check( ) != 0 ); assert( jarc1 != jarc2 ); /* XXX - if these assertions fail, it is due to user error or undersampling */ if( ! ( jarc1->tail()[0] < (jarc1)->head()[0] ) ) { #ifndef NDEBUG dprintf( "s difference %f\n", (jarc1)->tail()[0] - (jarc1)->head()[0] ); #endif ::mylongjmp( jumpbuffer, 28 ); } if( ! ( jarc2->tail()[0] > (jarc2)->head()[0] ) ) { #ifndef NDEBUG dprintf( "s difference %f\n", (jarc2)->tail()[0] - (jarc2)->head()[0] ); #endif ::mylongjmp( jumpbuffer, 28 ); } }