Removed long line.

This commit is contained in:
Lutz Kettner 2003-11-17 16:05:49 +00:00
parent f3822d0fba
commit bc4fa743be
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ operator+=( const File_header_extended_OFF& header) {
return *this;
}
#define CGAL_OUT(item) out << "# " #item " " << h.item() << '\n'
#define CGAL_OUTBOOL(item) out << "# " #item " " << (h.item() ? '1':'0') << '\n'
#define CGAL_OUT(item) out << "# " #item " " << h.item() << '\n'
#define CGAL_OUTBOOL(item) out << "# " #item " " <<(h.item() ? '1':'0') << '\n'
// Write extended header incl. CGAL/ENDCBP keywords.
std::ostream& operator<<( std::ostream& out,