Skip to content
Snippets Groups Projects
Commit 5c3e7beb authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

geo vertices

parent a011ac80
No related branches found
No related tags found
No related merge requests found
......@@ -424,6 +424,12 @@ void Filler::treat_region(GRegion* gr){
}
}*/
for(it=temp.begin();it!=temp.end();it++){
if((*it)->onWhat()->dim()==0){
boundary_vertices.push_back(*it);
}
}
for(it=temp.begin();it!=temp.end();it++){
if((*it)->onWhat()->dim()==1){
boundary_vertices.push_back(*it);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment