remove wrapping of Key
parent
9e4a6e6167
commit
1a8baeac99
6
gtsam.h
6
gtsam.h
|
|
@ -120,12 +120,6 @@
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
// Include Key typedef
|
|
||||||
#include <gtsam/base/types.h>
|
|
||||||
class Key {
|
|
||||||
Key();
|
|
||||||
};
|
|
||||||
|
|
||||||
// Actually a FastList<Key>
|
// Actually a FastList<Key>
|
||||||
#include <gtsam/inference/Key.h>
|
#include <gtsam/inference/Key.h>
|
||||||
class KeyList {
|
class KeyList {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue