src/test/xy_test.cc
changeset 518 fcdb561b8c78
parent 517 1380377682ab
child 542 69bde1d90c04
equal deleted inserted replaced
1:b4e69a785b63 2:0a4c6779cbcf
    17 
    17 
    18 
    18 
    19 int main()
    19 int main()
    20 {
    20 {
    21 
    21 
    22 
    22   cout << "Testing classes xy and boundingbox." << endl;
    23 
    23 
    24 	typedef xy<int> XY;
    24 	typedef xy<int> XY;
    25 	
    25 	
    26 	XY seged;
    26 	XY seged;
    27 	XY a(1,2);
    27 	XY a(1,2);