Spelling
parent
0ffe6c9303
commit
ff9a399117
|
@ -162,7 +162,7 @@ struct FixedDimension {
|
||||||
typedef const int value_type;
|
typedef const int value_type;
|
||||||
static const int value = traits<T>::dimension;
|
static const int value = traits<T>::dimension;
|
||||||
static_assert(value != Eigen::Dynamic,
|
static_assert(value != Eigen::Dynamic,
|
||||||
"FixedDimension instantiated for dymanically-sized type.");
|
"FixedDimension instantiated for dynamically-sized type.");
|
||||||
};
|
};
|
||||||
} // \ namespace gtsam
|
} // \ namespace gtsam
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue