From 33aa2b6bbbf6edbe2d0173a03a9869e7ed7a2660 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 29 Oct 2017 09:21:41 +0100 Subject: static constexpr -> constexpr --- cv/translation-calibrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cv/translation-calibrator.cpp') diff --git a/cv/translation-calibrator.cpp b/cv/translation-calibrator.cpp index fb465f3c..8d8494b2 100644 --- a/cv/translation-calibrator.cpp +++ b/cv/translation-calibrator.cpp @@ -81,7 +81,7 @@ std::tuple TranslationCalibrator::get_estimate() bool TranslationCalibrator::check_bucket(const cv::Matx33d& R_CM_k) { using namespace euler; - static constexpr double r2d = 180/M_PI; + constexpr double r2d = 180/M_PI; rmat r; for (unsigned j = 0; j < 3; j++) -- cgit v1.2.3