Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/BoundaryPointSet.cpp

    r94d5ac6 rb8d215  
    133133ostream & operator <<(ostream &ost, const BoundaryPointSet &a)
    134134{
    135   ost << "[" << a.Nr << "|" << a.getName() << " at " << a.getPosition() << "]";
     135  ost << "[" << a.Nr << "|" << a.getName() << "]"; // " at " << a.getPosition() << "]";
    136136  return ost;
    137137}
Note: See TracChangeset for help on using the changeset viewer.