Fixed warnings

This commit is contained in:
Robert Osfield
2011-01-25 16:48:53 +00:00
parent f20bebe52e
commit 9bb86b5534
7 changed files with 9 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ WriterCompareTriangle::operator()(const std::pair<Triangle, int>& t1,
int val2 = inWhichBox(x2,y2,z2);
return (val1 < val2);
};
}
void
WriterCompareTriangle::setMaxMin(unsigned int& nbVerticesX,