Fix gtsam namespace contamination bug

release/4.3a0
Stephen Williams 2012-02-28 20:37:26 +00:00
parent 1b49166695
commit 7f042ef7d8
1 changed files with 2 additions and 3 deletions

View File

@ -18,13 +18,12 @@
#include <gtsam/inference/FactorGraph.h>
#include <gtsam/linear/JacobianFactor.h>
using namespace std;
using namespace gtsam;
#include <boost/bind.hpp>
namespace gtsam {
using namespace std;
/* ************************************************************************* */
template<class CLIQUE>
void optimize2(const boost::shared_ptr<CLIQUE>& clique, double threshold,