release/4.3a0
Frank Dellaert 2024-10-23 15:25:05 -07:00
parent 0ffe6c9303
commit ff9a399117
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ struct FixedDimension {
typedef const int value_type;
static const int value = traits<T>::dimension;
static_assert(value != Eigen::Dynamic,
"FixedDimension instantiated for dymanically-sized type.");
"FixedDimension instantiated for dynamically-sized type.");
};
} // \ namespace gtsam