blob: 40ad0296d087354697acf474d1420ee419ae2c12 [file] [log] [blame]
Array3d v(1,2,3), w(3,2,1);
cout << (v>w) << endl;