Changeset 182 for tests/rv_test.cpp

Show
Ignore:
Timestamp:
10/17/08 10:28:15 (16 years ago)
Author:
smidl
Message:

compilation error!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/rv_test.cpp

    r162 r182  
    4242        cout << ac.dataind(abc) <<endl; 
    4343         
     44        cout<< "copy indeces between ba and ab" << endl; 
     45        RV ba = b; 
     46        ba.add(a); 
     47         
     48        ivec ai; 
     49        ivec bi; 
     50        ba.dataind(ac,ai,bi); 
     51        cout << "ba(" << ai <<")=ac(" << bi <<")"<<endl; 
     52         
    4453        //Exit program: 
    4554