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/datalink_test.cpp

    r598 r604  
    9393        RV ab=concat(a,b); 
    9494        RV aa = a; 
    95         a.t(-1); 
     95        a.t_plus(-1); 
    9696        aa.add(a);  
    9797