mirror of https://github.com/CGAL/cgal
Correct namespace
This commit is contained in:
parent
de044b50f5
commit
fff6fc7d2f
|
|
@ -50,7 +50,7 @@ static void readCurve(std::ifstream& curve_file, TestCurve& curve)
|
||||||
// Read everything into a stringstream.
|
// Read everything into a stringstream.
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << curve_file.rdbuf();
|
ss << curve_file.rdbuf();
|
||||||
CGAL::set_ascii_mode(ss);
|
CGAL::IO::set_ascii_mode(ss);
|
||||||
|
|
||||||
TestPoint p;
|
TestPoint p;
|
||||||
auto ignore_count = (std::numeric_limits<std::streamsize>::max)();
|
auto ignore_count = (std::numeric_limits<std::streamsize>::max)();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue