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/tests/stresssuite/arx_stress.cpp

    r722 r766  
    2424        //Test constructor 
    2525        mat V0 = 0.00001 * eye ( ord + 1 ); 
    26         V0 ( 0.0 ) = 1; // 
     26        V0 ( 0 ) = 1; // 
    2727        double nu0 = ord + 5.0; 
    2828