mirror of https://github.com/CGAL/cgal
whitespace
This commit is contained in:
parent
2d72f21107
commit
40dee7d2a0
|
|
@ -263,7 +263,7 @@ public:
|
||||||
|
|
||||||
virtual void print(std::ostream& stream, const Index& index)
|
virtual void print(std::ostream& stream, const Index& index)
|
||||||
{
|
{
|
||||||
write(stream, to_double(get(m_pmap, index).x()));
|
write(stream, to_double(get(m_pmap, index).x()));
|
||||||
if (get_mode(stream) == CGAL::IO::ASCII) {
|
if (get_mode(stream) == CGAL::IO::ASCII) {
|
||||||
stream << " ";
|
stream << " ";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -458,10 +458,10 @@ bool fill_simplex_specific_header(std::ostream& os,
|
||||||
<< "property double y" << std::endl
|
<< "property double y" << std::endl
|
||||||
<< "property double z" << std::endl;
|
<< "property double z" << std::endl;
|
||||||
|
|
||||||
|
|
||||||
printers.push_back(new Double_coordinate_printer<VIndex, Point_map>(sm.points()));
|
printers.push_back(new Double_coordinate_printer<VIndex, Point_map>(sm.points()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -957,6 +957,8 @@ namespace IO {
|
||||||
/// \cgalNamedParamsEnd
|
/// \cgalNamedParamsEnd
|
||||||
///
|
///
|
||||||
/// \returns `true` if writing was successful, `false` otherwise.
|
/// \returns `true` if writing was successful, `false` otherwise.
|
||||||
|
|
||||||
|
|
||||||
template <typename P,
|
template <typename P,
|
||||||
typename CGAL_NP_TEMPLATE_PARAMETERS>
|
typename CGAL_NP_TEMPLATE_PARAMETERS>
|
||||||
bool write_PLY(std::ostream& os,
|
bool write_PLY(std::ostream& os,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue