Skip to content

Commit 8d7e76d

Browse files
committed
Error is specific to a single element, not elements, so clarify error message. [ci skip] [appveyor skip]
1 parent 9b4403b commit 8d7e76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSim/Common/Test/testC3DFileAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void compare_tables(const OpenSim::TimeSeriesTable_<ETY>& table1,
5656
auto elt2 = matrix2.getElt(r, c);
5757

5858
ASSERT_EQUAL(elt1, elt2, tolerance, __FILE__, __LINE__,
59-
"Elements at row, " + std::to_string(r) + " col, " +
59+
"Element at row, " + std::to_string(r) + " col, " +
6060
std::to_string(c) + " failed to have matching value.");
6161
}
6262
}

0 commit comments

Comments
 (0)