Rename isinf to isInf

This commit is contained in:
Deanna Hood
2015-03-17 05:58:47 +10:00
parent 46cf9cda32
commit fef4e071d7
8 changed files with 26 additions and 26 deletions

View File

@@ -2,4 +2,4 @@ Array3d v(1,2,3);
v(1) *= 0.0/0.0;
v(2) /= 0.0;
cout << v << endl << endl;
cout << isinf(v) << endl;
cout << isInf(v) << endl;