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

View File

@ -276,7 +276,7 @@ inline b3Mat33& b3SparseSymMat33::operator()(u32 i, u32 j)
break;
}
if (column == i)
if (column == j)
{
return v->value;
}