mirror of https://github.com/CGAL/cgal
PMP: Initialize to avoid warning
This commit is contained in:
parent
dd334d3f19
commit
fcf062bf48
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue