Skip to content

Commit

Permalink
[FIX] Fix vpUKSgimaDrawerMerwe when using c++98
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagneau committed Apr 29, 2024
1 parent 1bea1f1 commit 4dd8641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/math/kalman/vpUKSigmaDrawerMerwe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ vpUKSigmaDrawerMerwe::vpSigmaPointsWeights vpUKSigmaDrawerMerwe::computeWeights(
return weights;
}
#else
vpUKSigmaDrawerMerwe_dummy()
void vpUKSigmaDrawerMerwe_dummy()
{

}
Expand Down

0 comments on commit 4dd8641

Please sign in to comment.