remove trailing whitespace and convert to unix line endings

This commit is contained in:
Jan Niklas Hasse 2012-09-05 18:41:47 +02:00
parent b4abf3a2b2
commit 47a9c6e038
14 changed files with 1820 additions and 1827 deletions

View File

@ -363,4 +363,3 @@ void Triangle::DebugPrint()
}
}

View File

@ -321,5 +321,3 @@ inline void Triangle::IsInterior(bool b)
}
#endif

View File

@ -120,4 +120,3 @@ bool InScanArea(Point& pa, Point& pb, Point& pc, Point& pd)
}
#endif

View File

@ -36,4 +36,3 @@
#include "sweep/cdt.h"
#endif

View File

@ -106,4 +106,3 @@ AdvancingFront::~AdvancingFront()
}
}

View File

@ -69,4 +69,3 @@ CDT::~CDT()
}
}

View File

@ -33,7 +33,7 @@
* Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
* International Journal of Geographical Information Science
*
* "FlipScan" Constrained Edge Algorithm invented by Thomas Åhlén, thahlen@gmail.com
* "FlipScan" Constrained Edge Algorithm invented by Thomas ?hl?n, thahlen@gmail.com
*/
#ifndef SWEEP_H