bug in include/CGAL/IO/Geomview_stream.h at line 243

Output for CGAL_Point_3(R> point class, not the CGAL_Point_2<R> point
This commit is contained in:
Hervé Brönnimann 1998-06-29 14:28:17 +00:00
parent ea373e70b6
commit 8fb3e158d6
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ operator<<(CGAL_Geomview_stream &gv,
char *id = os.str();
gv << ascii
<< "(geometry " << id << " {{appearance {linewidth "
<< "(geometry " << id << " {appearance {linewidth "
<< gv.get_line_width() << "}{VECT "
<< 1 << 2 << 1 // 1 polyline, two vertices, 1 color
<< 2 // the first polyline contains 2 vertices