update to valid format

This commit is contained in:
Sébastien Loriot 2021-07-30 10:16:58 +02:00
parent aee767b2e3
commit 8123a841f2
1 changed files with 2 additions and 2 deletions

View File

@ -961,8 +961,8 @@ bool write_PLY(std::ostream& os,
if(!eprinters.empty())
{
os << "element edge " << sm.number_of_edges() << std::endl;
os << "property int v0" << std::endl;
os << "property int v1" << std::endl;
os << "property int vertex1" << std::endl;
os << "property int vertex2" << std::endl;
os << oss.str();
}
}