intialized a variable to shut up sparc_SunOS compiler

This commit is contained in:
Efi Fogel 2002-04-26 22:54:01 +00:00
parent 4b541bbf7b
commit da3d5d916e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public:
// not an unbounded face. Scanning the outer ccb.
if (num_halfedges_on_outer_ccb > 0){
std::size_t index, prev_index, first_index;
std::size_t index, prev_index = 0, first_index;
for (unsigned int j = 0; j < num_halfedges_on_outer_ccb; j++) {