Fixed type error

release/4.3a0
Richard Roberts 2011-01-25 22:30:04 +00:00
parent 5ffc3fc27e
commit 7b0a63ecd3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
using namespace gtsam; using namespace gtsam;
using namespace std; using namespace std;
typedef EliminationTree<JacobianFactor> GaussianEliminationTree; typedef EliminationTree<GaussianFactor> GaussianEliminationTree;
static boost::variate_generator<boost::mt19937, boost::uniform_real<> > rg(boost::mt19937(), boost::uniform_real<>(0.0, 1.0)); static boost::variate_generator<boost::mt19937, boost::uniform_real<> > rg(boost::mt19937(), boost::uniform_real<>(0.0, 1.0));