fix halfedge indices in OpenMeshTrimeshCirculatorHalfedgeLoop CWAndCCWCheck

This commit is contained in:
Max Lyon
2017-02-17 18:20:46 +01:00
parent 9d419fd6f6
commit 6fef88d56f

View File

@@ -287,7 +287,7 @@ TEST_F(OpenMeshTrimeshCirculatorHalfedgeLoop, CWAndCCWCheck) {
*/
int indices[4] = {3, 8, 6, 3};
int indices[4] = {3, 6, 8, 3};
int rev_indices[4];
std::reverse_copy(indices,indices+4,rev_indices);