PMP: Initialize to avoid warning

This commit is contained in:
Andreas Fabri 2024-11-08 10:13:26 +00:00
parent dd334d3f19
commit fcf062bf48
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ private:
{
Vector_3 bmin, bmax;
Orientation ori;
Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialzed warning
for (unsigned int i = 0; i < prismindex.size(); i++){
if (prismindex[i] == jump){