From 11990982d8fb89feddaa51ab51d9dea633bc4246 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 5 Nov 2011 03:22:49 +0000 Subject: [PATCH] headers, comments --- gtsam/nonlinear/NonlinearFactorGraph-inl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtsam/nonlinear/NonlinearFactorGraph-inl.h b/gtsam/nonlinear/NonlinearFactorGraph-inl.h index 4704b26e9..8a7b0fcb9 100644 --- a/gtsam/nonlinear/NonlinearFactorGraph-inl.h +++ b/gtsam/nonlinear/NonlinearFactorGraph-inl.h @@ -19,11 +19,11 @@ #pragma once -#include -#include #include #include #include +#include +#include #define INSTANTIATE_NONLINEAR_FACTOR_GRAPH(C) \ INSTANTIATE_FACTOR_GRAPH(NonlinearFactor); \ @@ -57,7 +57,6 @@ namespace gtsam { return total_error; } - /* ************************************************************************* */ /* ************************************************************************* */ template std::set NonlinearFactorGraph::keys() const {