missing ending newline

This commit is contained in:
Paolo Cignoni 2004-05-10 13:15:54 +00:00
parent 63e0afc39e
commit b7fb0325c3
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.4 2004/05/05 08:20:47 cignoni
syntax error in set and better comment
Revision 1.3 2004/04/28 16:36:55 turini
Changed :
in Distance(plane, point) :
@ -155,4 +158,4 @@ template<class T> T Distance(const Point3<T> &po, const Plane3<T> &plane) {
} // end namespace
#endif
#endif