mirror of https://github.com/CGAL/cgal
trying to please MSVC
This commit is contained in:
parent
62906461f2
commit
eaa6e6002d
|
|
@ -110,7 +110,7 @@ file_input(std::list<Point>& L)
|
|||
int n;
|
||||
is >> n;
|
||||
std::cout << "Reading " << n << " points" << std::endl;
|
||||
Point_base p(0,0,0);
|
||||
Point_base p(1,2,3);
|
||||
for( ; n>0 ; n--)
|
||||
{
|
||||
is >> p;
|
||||
|
|
|
|||
Loading…
Reference in New Issue