From b2debfbc3a6b0595e51af45caef5e8d91fa977fc Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 14 Jun 2012 16:03:55 +0000 Subject: [PATCH] Fixed comment --- gtsam/nonlinear/NonlinearFactorGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/nonlinear/NonlinearFactorGraph.h b/gtsam/nonlinear/NonlinearFactorGraph.h index 429bf0102..29aa9ede1 100644 --- a/gtsam/nonlinear/NonlinearFactorGraph.h +++ b/gtsam/nonlinear/NonlinearFactorGraph.h @@ -46,7 +46,7 @@ namespace gtsam { /** print just calls base class */ void print(const std::string& str = "NonlinearFactorGraph: ", const KeyFormatter& keyFormatter = DefaultKeyFormatter) const; - /** return keys in some random order */ + /** return keys as an ordered set - ordering is by key value */ std::set keys() const; /** unnormalized error, \f$ 0.5 \sum_i (h_i(X_i)-z)^2/\sigma^2 \f$ in the most common case */