Skip to content

Commit 68f2415

Browse files
committed
Fix warnings about unused function.
Comment out as it may get handy for debugging.
1 parent 3c5f9dc commit 68f2415

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/tests/TestPointsInSphere.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ bool operator==(const vidxgroup &x, const vidxgroup &y)
5959
return eq;
6060
}
6161

62+
/* avoid warnings about unused function.
6263
ostream& operator<<(ostream &s, const vidxgroup &x)
6364
{
6465
return s << "<" << x.vijk[0] << ";" << int(x.vijk[1])
6566
<< ',' << int(x.vijk[2]) << ',' << int(x.vijk[3]) << '>';
6667
}
68+
*/
6769

6870
} // namespace
6971

0 commit comments

Comments
 (0)