mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-13 15:19:13 +08:00
0026650: Coding rules - fix misprint in NCollection_Vec3::operator/()
This commit is contained in:
@@ -284,7 +284,7 @@ public:
|
||||
//! Compute per-component division by scale factor.
|
||||
NCollection_Vec3 operator/ (const Element_t theInvFactor)
|
||||
{
|
||||
NCollection_Vec3 aResult (this);
|
||||
NCollection_Vec3 aResult (*this);
|
||||
return aResult /= theInvFactor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user