Skip to content
Snippets Groups Projects
Commit 03cc5d1a authored by mattijs's avatar mattijs
Browse files

COMP: searchableSurfaceToFaceZone: missing comma

parent bbb20771
Branches
Tags
No related merge requests found
......@@ -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
)
)
......
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