blob: 33433e0202f0aaf95f094b4cbc60108d4a7423d2 [file] [log] [blame]
Array3d v(1, 2, 3);
v -= 5;
cout << v << endl;