occt: master 8ad82602

Author Committer Branch Timestamp Parent
Pawel Pawel master 2012-07-27 12:08:57 master d497b314
Affected Issues  0023332: Expression 'anIndex < 0' is always false. Unsigned type value is never < 0. in Vrmldata_Geometry.cxx
Changeset 0023332: Expression 'anIndex < 0' is always false. Unsigned type value is never < 0. in Vrmldata_Geometry.cxx

Examining index sign before casting to Standard_Size.

Argument of method VrmlData_ArrayVec3d::Value() changed from Standard_Integer to Standard_Size to be consistent with its use (avoid compiler warnings)
mod - src/VrmlData/VrmlData_ArrayVec3d.hxx Diff File
mod - src/VrmlData/VrmlData_Geometry.cxx Diff File