Skip to content
Snippets Groups Projects
Commit fe382b29 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 9fc54342
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,7 @@ std::string GFace::getAdditionalInfoString()
std::list<GEdge*>::const_iterator ite = l_edges.end();
char tmp[256];
sprintf(tmp, "%d, ..., %d", (*it)->tag(), (*ite)->tag());
str += tmp;
}
else{
for(; it != l_edges.end(); it++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment