File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,11 @@ int main() {
113
113
// Verify the loading of marker data (14 markers) from .trc into a Storage
114
114
SimTK_SUBTEST2 (testStorageLoadingFromFile, " TRCFileWithNANs.trc" , 43 );
115
115
116
- // Verify the loading of forces from .c3d into a Storage. Includes 2
117
- // force-plates with force, point, moment vectors (Vec3 flattened)
118
- SimTK_SUBTEST2 (testStorageLoadingFromFile, " walking2.c3d" , 3 *6 +1 );
116
+ #ifdef WITH_BTK
117
+ // Verify the loading of forces from .c3d into a Storage. Includes 2
118
+ // force-plates with force, point, moment vectors (Vec3 flattened)
119
+ SimTK_SUBTEST2 (testStorageLoadingFromFile, " walking2.c3d" , 3 *6 +1 );
120
+ #endif
119
121
120
122
SimTK_SUBTEST (testStorageLegacy);
121
123
SimTK_END_TEST ();
You can’t perform that action at this time.
0 commit comments