This commit is contained in:
Irlan Robson 2018-08-05 17:59:42 -03:00 committed by GitHub
parent c804a2dc52
commit d5eaa5e258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ inline const b3Mat33& b3SparseSymMat33::operator()(u32 i, u32 j) const
break;
}
if (column == i)
if (column == j)
{
return v->value;
}
@ -444,4 +444,4 @@ inline b3DenseVec3 operator*(const b3SparseSymMat33& A, const b3DenseVec3& v)
return result;
}
#endif
#endif