mirror of https://github.com/CGAL/cgal
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:
parent
ea373e70b6
commit
8fb3e158d6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue