Fixed warning
parent
a2a5eef62e
commit
3da894b152
|
|
@ -62,7 +62,7 @@ namespace gtsam {
|
|||
|
||||
/* ************************************************************************* */
|
||||
namespace internal {
|
||||
static DenseIndex getColsJF(const std::pair<Key,Matrix>& p) {
|
||||
static inline DenseIndex getColsJF(const std::pair<Key,Matrix>& p) {
|
||||
return p.second.cols();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue