Skip to content
Snippets Groups Projects
Commit ecb510e9 authored by henry's avatar henry
Browse files

Changed "]]" to "] ]" to keep old versions of flex happy.

parent fbc185de
Branches
Tags
No related merge requests found
...@@ -928,7 +928,7 @@ int main(int argc, char *argv[]) ...@@ -928,7 +928,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
if (!ignoreFaceGroups.found(groupName[faceGroupZoneID[fgi]])) if (!ignoreFaceGroups.found(groupName[faceGroupZoneID[fgi] ]))
{ {
faceZoneIDs.append(fgi); faceZoneIDs.append(fgi);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment