Show
Ignore:
Timestamp:
01/11/10 22:55:57 (14 years ago)
Author:
mido
Message:

abstract methods restored wherever they are meaningful
macros NOT_IMPLEMENTED and NOT_IMPLEMENTED_VOID defined to make sources shorter
emix::set_parameters and mmix::set_parameters removed, corresponding acces methods created and the corresponding validate methods improved appropriately
some compilator warnings were avoided
and also a few other things cleaned up

Files:
1 modified

Legend:

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

    r741 r766  
    7878} 
    7979 
    80 ARX* ARX::_copy_ ( ) const { 
     80ARX* ARX::_copy ( ) const { 
    8181        ARX* Tmp = new ARX ( *this ); 
    8282        return Tmp;