Skip to content

Commit 9242a41

Browse files
committed
Verify that C3DFileAdapter::ForceLocation can be applied to C3D reading in Java.
1 parent 8d7e76d commit 9242a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bindings/Java/tests/TestC3DFileAdapter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ class TestC3DFileAdapter {
55
public static void test_C3DFileAdapter() {
66
C3DFileAdapter c3dAdapter = new C3DFileAdapter();
77
StdMapStringTimeSeriesTableVec3 tables =
8-
c3dAdapter.read("walking5.c3d");
8+
c3dAdapter.read("walking5.c3d",
9+
C3DFileAdapter.ForceLocation.CenterOfPressure);
910

1011
// Marker data read from C3D.
1112
TimeSeriesTableVec3 markerTable = tables.get("markers");

0 commit comments

Comments
 (0)