Changeset 5 for test0.cpp

Show
Ignore:
Timestamp:
01/18/08 18:43:51 (16 years ago)
Author:
smidl
Message:

RV

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • test0.cpp

    r2 r5  
    1111{ 
    1212 
    13   RV th = RV("1 2","{a b }","1 1","0 0","0 0"); 
     13        RV th = RV ( "1 2","{a b }","1 1","0 0","0 0" ); 
     14        RV r = RV("3 4"); 
     15        int i =0; 
    1416 
    15   cout << th << th << endl; 
     17        cout << th << r << th(ivec(&1,1)) << endl; 
    1618 
    17   //Exit program: 
    18   return 0; 
     19        //Exit program: 
     20        return 0; 
    1921 
    2022}