Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ecb510e9
Commit
ecb510e9
authored
Nov 20, 2008
by
henry
Browse files
Changed "]]" to "] ]" to keep old versions of flex happy.
parent
fbc185de
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
View file @
ecb510e9
...
...
@@ -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);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment