mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: autoSnapDriver: missing ,
This commit is contained in:
@ -393,7 +393,7 @@ class autoSnapDriver
|
|||||||
const List<List<pointConstraint> >& pointConstraints,
|
const List<List<pointConstraint> >& pointConstraints,
|
||||||
// Feature-edge to pp point
|
// Feature-edge to pp point
|
||||||
const List<List<DynamicList<point> > >& edgeAttractors,
|
const List<List<DynamicList<point> > >& edgeAttractors,
|
||||||
const List<List<DynamicList<pointConstraint> > >&
|
const List<List<DynamicList<pointConstraint> > >&,
|
||||||
|
|
||||||
const vectorField& rawPatchAttraction,
|
const vectorField& rawPatchAttraction,
|
||||||
const List<pointConstraint>& rawPatchConstraints,
|
const List<pointConstraint>& rawPatchConstraints,
|
||||||
|
|||||||
Reference in New Issue
Block a user