Changeset 162 for tests/rv_test.cpp

Show
Ignore:
Timestamp:
09/04/08 20:27:01 (16 years ago)
Author:
smidl
Message:

opravy a dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/rv_test.cpp

    r147 r162  
    1212int main() 
    1313{ 
    14         RV a = RV ( "1","{a }","3","0"); 
    15         RV b = RV ( "2","{b }","2","0"); 
    16         RV c = RV ( "3","{c }","1","0"); 
    17         RV ef = RV ( "4 5","{e f }", " 1 1", "0 0" ); 
     14        RV a = RV ( "{a }","3"); 
     15        RV b = RV ( "{b }","2"); 
     16        RV c = RV ( "{c }"); 
     17        RV ef = RV ("{e f }"); 
    1818         
    1919        cout << "Add a and b"<<endl;