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[])
}
else
{
if (!ignoreFaceGroups.found(groupName[faceGroupZoneID[fgi]]))
if (!ignoreFaceGroups.found(groupName[faceGroupZoneID[fgi] ]))
{
faceZoneIDs.append(fgi);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment