STYLE: use single-parameter SubList where applicable (reduces clutter)

This commit is contained in:
Mark Olesen
2022-01-19 10:14:21 +01:00
parent 6a87dbcbcd
commit 61aef196ed
8 changed files with 27 additions and 34 deletions

View File

@ -731,11 +731,7 @@ int main(int argc, char *argv[])
PatchTools::gatherAndMerge
(
tolDim,
primitivePatch
(
SubList<face>(isoFaces, isoFaces.size()),
isoPoints
),
primitivePatch(SubList<face>(isoFaces), isoPoints),
mergedPoints,
mergedFaces,
pointMergeMap