From aa52b39d9b584a5fb0f359217261842a5c8bb0b4 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Tue, 23 Aug 2022 12:17:11 -0400 Subject: [PATCH] fix docstring --- gtsam/inference/FactorGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/FactorGraph.h b/gtsam/inference/FactorGraph.h index 101134c83..89fd09037 100644 --- a/gtsam/inference/FactorGraph.h +++ b/gtsam/inference/FactorGraph.h @@ -116,7 +116,7 @@ class FactorGraph { using HasDerivedValueType = typename std::enable_if< std::is_base_of::value>::type; - /// Check if T has a value_type derived from FactorType. + /// Check if T has a pointer type derived from FactorType. template using HasDerivedElementType = typename std::enable_if::value>::type;