PMP: Initialize to avoid warning

This commit is contained in:
Andreas Fabri 2024-11-08 10:13:26 +00:00 committed by Mael Rouxel-Labbé
parent 9ba631d07c
commit dd99f3d526
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ private:
{ {
Vector_3 bmin, bmax; 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++){ for (unsigned int i = 0; i < prismindex.size(); i++){
if (prismindex[i] == jump){ if (prismindex[i] == jump){