fixed 'auto' abuse

This commit is contained in:
Luigi Malomo 2021-11-29 12:46:50 +01:00
parent da3c5c2b96
commit be8f3e773f
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ private:
//check on new face distance from original mesh //check on new face distance from original mesh
if (params.surfDistCheck) if (params.surfDistCheck)
{ {
const auto points = { const std::vector<CoordType> points {
(v1->cP() + mp) / 2., (v1->cP() + mp) / 2.,
(v2->cP() + mp) / 2., (v2->cP() + mp) / 2.,
mp, mp,