Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
03cc5d1a
Commit
03cc5d1a
authored
Apr 11, 2013
by
mattijs
Browse files
COMP: searchableSurfaceToFaceZone: missing comma
parent
bbb20771
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/sets/faceZoneSources/searchableSurfaceToFaceZone/searchableSurfaceToFaceZone.C
View file @
03cc5d1a
...
...
@@ -28,6 +28,7 @@ License
#include "faceZoneSet.H"
#include "searchableSurface.H"
#include "syncTools.H"
#include "Time.H"
#include "addToRunTimeSelectionTable.H"
...
...
@@ -77,7 +78,7 @@ Foam::searchableSurfaceToFaceZone::searchableSurfaceToFaceZone
mesh
.
objectRegistry
::
db
(),
IOobject
::
MUST_READ
,
IOobject
::
NO_WRITE
)
)
,
dict
)
)
...
...
Write
Preview
Markdown
is supported
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