Show
Ignore:
Timestamp:
09/06/09 22:53:06 (15 years ago)
Author:
smidl
Message:

change of syntax of RV

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testResample.cpp

    r488 r604  
    1414        RV x ( "1" ); 
    1515        RV xm = x; 
    16         xm.t ( -1 ); 
     16        xm.t_plus ( -1 ); 
    1717        const 
    1818        RV y ( "2" );