Fixed warning

This commit is contained in:
Robert Osfield 2011-03-15 13:40:13 +00:00
parent 31926f3329
commit f8f6a9fedf

View File

@ -87,8 +87,8 @@ namespace PolytopeIntersectorUtils
PolytopePrimitiveIntersector() :
_index(0),
_dimensionMask( PolytopeIntersector::AllDims ),
_limitOneIntersection( false ),
_dimensionMask( PolytopeIntersector::AllDims ),
_candidates(20) {}
void addIntersection(unsigned int index, const CandList_t& cands) {