Windows fix - redundant/ambiguous typedef

release/4.3a0
Chris Beall 2014-11-23 15:36:36 -05:00
parent 9244a4ee7e
commit 488789b812
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ using namespace boost::assign;
using namespace gtsam;
// F
typedef Eigen::Matrix<double, 2, 6> Matrix26;
const Matrix26 F0 = Matrix26::Ones();
const Matrix26 F1 = 2 * Matrix26::Ones();
const Matrix26 F3 = 3 * Matrix26::Ones();