From 5bbb124b0b21778aca7d5931c70ff484a93fd7bd Mon Sep 17 00:00:00 2001 From: Wolfgang Hess Date: Tue, 6 Dec 2016 17:53:06 +0100 Subject: [PATCH] Tiny namespace comment fix. (#155) --- cartographer/ground_truth/compute_relations_metrics_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartographer/ground_truth/compute_relations_metrics_main.cc b/cartographer/ground_truth/compute_relations_metrics_main.cc index 1047f32..641dc0e 100644 --- a/cartographer/ground_truth/compute_relations_metrics_main.cc +++ b/cartographer/ground_truth/compute_relations_metrics_main.cc @@ -142,8 +142,8 @@ void Run(const string& trajectory_filename, const string& relations_filename) { } } // namespace -} // namespace cartographer } // namespace ground_truth +} // namespace cartographer int main(int argc, char** argv) { google::InitGoogleLogging(argv[0]);