From ebf3672c8dc7166dd196e3391f6b43e87c332f60 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 11 Oct 2023 14:26:39 -0400 Subject: [PATCH] add comment --- gtsam/inference/Key.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/Key.cpp b/gtsam/inference/Key.cpp index b5196b73b..15d633eeb 100644 --- a/gtsam/inference/Key.cpp +++ b/gtsam/inference/Key.cpp @@ -26,7 +26,7 @@ using namespace std; namespace gtsam { -// KeyFormatter DefaultKeyFormatter = &_dynamicsKeyFormatter; +/// Assign default key formatter KeyFormatter DefaultKeyFormatter = &_defaultKeyFormatter; /* ************************************************************************* */