mirror of https://github.com/CGAL/cgal
fix write_off_points()
This commit is contained in:
parent
8e23769d8e
commit
91f8b4a09f
|
|
@ -207,8 +207,7 @@ bool write_OFF(const std::string& filename,
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
std::ofstream os(filename);
|
std::ofstream os(filename);
|
||||||
if(parameters::is_default_parameter(
|
set_default_stream_precision(os, np);
|
||||||
parameters::get_parameter(np, internal_np::stream_precision)))
|
|
||||||
return write_OFF(os, points, np);
|
return write_OFF(os, points, np);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue