From e45ad56851c9461efdac74cf488ca9bf69f89831 Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Tue, 22 Dec 2015 16:36:37 +0300 Subject: [PATCH] Fixed notes --- map/gps_track_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/gps_track_filter.cpp b/map/gps_track_filter.cpp index 2e4f1842e4..1063ad16e3 100644 --- a/map/gps_track_filter.cpp +++ b/map/gps_track_filter.cpp @@ -17,7 +17,7 @@ double constexpr kMinHorizontalAccuracyMeters = 250; double constexpr kClosePointDistanceMeters = 15; // Max acceptable acceleration to filter gps jumps -double const kMaxAcceptableAcceleration = 2; // m / sec ^ 2 +double constexpr kMaxAcceptableAcceleration = 2; // m / sec ^ 2 } // namespace