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

*** empty log message ***

parent 9fc54342
Branches
Tags
No related merge requests found
...@@ -164,6 +164,7 @@ std::string GFace::getAdditionalInfoString() ...@@ -164,6 +164,7 @@ std::string GFace::getAdditionalInfoString()
std::list<GEdge*>::const_iterator ite = l_edges.end(); std::list<GEdge*>::const_iterator ite = l_edges.end();
char tmp[256]; char tmp[256];
sprintf(tmp, "%d, ..., %d", (*it)->tag(), (*ite)->tag()); sprintf(tmp, "%d, ..., %d", (*it)->tag(), (*ite)->tag());
str += tmp;
} }
else{ else{
for(; it != l_edges.end(); it++){ 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