Skip to content

Commit e1fb3d1

Browse files
committed
Fix a possible typo.
1 parent a99c049 commit e1fb3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/match_features.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bool inverts_incident_tets(int vIndex,
3939
std::map<int,Vec3f>::const_iterator m = movedVertices.find(v);
4040
if (m != movedVertices.end())
4141
{
42-
tet[u] == m->second;
42+
tet[u] = m->second;
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)