add a comment

This commit is contained in:
Andreas Fabri 2016-01-20 15:20:05 +01:00
parent 7764bd3bdc
commit 7a65c6bd4e
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ int main (int argc, char** argv)
for(int i =0; i < indices.size(); i++){
std::cerr << indices[i] << std::endl;
}
}
// we next swap two points with all their properties
Point_set::Index v0(0), v1(1);
std::cerr << point_set.normal(v0) << " " << point_set.normal(v1) << std::endl;
point_set.surface_mesh().swap(v0,v1);