blob: beb6746d09a7621ec33d0d2e5027002795dcd1a5 [file] [log] [blame]
Array3d v(1,2,3);
v(1) *= 0.0/0.0;
v(2) /= 0.0;
cout << v << endl << endl;
cout << isInf(v) << endl;