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

*** empty log message ***

parent 184a430d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ std::string GEntity::getInfoString() ...@@ -5,7 +5,7 @@ std::string GEntity::getInfoString()
char tmp[256]; char tmp[256];
sprintf(tmp, " %d", tag()); sprintf(tmp, " %d", tag());
std::string out = getTypeString() + " " + tmp; std::string out = getTypeString() + tmp;
std::string info = getAdditionalInfoString(); std::string info = getAdditionalInfoString();
if(info.size()) if(info.size())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment