fixup
This commit is contained in:
@@ -46,7 +46,7 @@ Java_at_lockstep_filter_StepDetector_native_1filter(
|
||||
jsize length = env->GetArrayLength(values);
|
||||
std::vector<float> vecValues(nativeValues, nativeValues + length);
|
||||
auto *detector = reinterpret_cast<StepDetector *>(handle);
|
||||
detector->filter(vecValues);
|
||||
detector->filter((double) timestamp, vecValues);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user