COMP: autoSnapDriver: missing ,

This commit is contained in:
mattijs
2014-01-10 15:49:05 +00:00
parent 8cebdd8f34
commit 38d7dea4f8

View File

@ -393,7 +393,7 @@ class autoSnapDriver
const List<List<pointConstraint> >& pointConstraints,
// Feature-edge to pp point
const List<List<DynamicList<point> > >& edgeAttractors,
const List<List<DynamicList<pointConstraint> > >&
const List<List<DynamicList<pointConstraint> > >&,
const vectorField& rawPatchAttraction,
const List<pointConstraint>& rawPatchConstraints,