- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tesselation/BoundaryPointSet.cpp
r94d5ac6 rb8d215 133 133 ostream & operator <<(ostream &ost, const BoundaryPointSet &a) 134 134 { 135 ost << "[" << a.Nr << "|" << a.getName() << " at " << a.getPosition() << "]";135 ost << "[" << a.Nr << "|" << a.getName() << "]"; // " at " << a.getPosition() << "]"; 136 136 return ost; 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.