We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7e76d commit 9242a41Copy full SHA for 9242a41
Bindings/Java/tests/TestC3DFileAdapter.java
@@ -5,7 +5,8 @@ class TestC3DFileAdapter {
5
public static void test_C3DFileAdapter() {
6
C3DFileAdapter c3dAdapter = new C3DFileAdapter();
7
StdMapStringTimeSeriesTableVec3 tables =
8
- c3dAdapter.read("walking5.c3d");
+ c3dAdapter.read("walking5.c3d",
9
+ C3DFileAdapter.ForceLocation.CenterOfPressure);
10
11
// Marker data read from C3D.
12
TimeSeriesTableVec3 markerTable = tables.get("markers");
0 commit comments