This commit is contained in:
Andreas Fabri 2020-09-10 16:07:53 +01:00
parent 5e11fe8faa
commit efb2798c86
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ output_surface_facets_to_medit (std::ostream& os, const C2t3& c2t3)
{
auto it = V.find(vit);
if(it != V.end()){
*it = inum++;
it->second = inum++;
Point p = static_cast<Point>(vit->point());
os << p.x() << " " << p.y() << " " << p.z() << " 0 \n";
}