Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Jun 20, 2021
1 parent 7aeb386 commit 42c0eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gtsam/linear/tests/testGaussianBayesNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
#include <boost/tuple/tuple.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/assign/std/list.hpp> // for operator +=
using namespace boost::assign;
#include <boost/bind/bind.hpp>
using namespace boost::placeholders;

// STL/C++
#include <iostream>
#include <sstream>

using namespace boost::assign;
using namespace boost::placeholders;
using namespace std;
using namespace gtsam;

Expand Down
4 changes: 2 additions & 2 deletions gtsam/linear/tests/testGaussianBayesTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
#include <boost/assign/list_of.hpp>
#include <boost/assign/std/list.hpp> // for operator +=
#include <boost/assign/std/set.hpp> // for operator +=
using namespace boost::assign;
#include <boost/bind/bind.hpp>
using namespace boost::placeholders;

#include <gtsam/base/debug.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/linear/GaussianJunctionTree.h>
#include <gtsam/linear/GaussianBayesTree.h>
#include <gtsam/linear/GaussianConditional.h>

using namespace boost::assign;
using namespace boost::placeholders;
using namespace std;
using namespace gtsam;

Expand Down
4 changes: 2 additions & 2 deletions gtsam/nonlinear/tests/testValues.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
#include <boost/assign/std/list.hpp> // for operator +=
#include <boost/assign/std/vector.hpp>
#include <boost/assign/list_of.hpp>
using namespace boost::assign;
#include <boost/bind/bind.hpp>
using namespace boost::placeholders;
#include <stdexcept>
#include <limits>
#include <type_traits>

using namespace boost::assign;
using namespace boost::placeholders;
using namespace gtsam;
using namespace std;
static double inf = std::numeric_limits<double>::infinity();
Expand Down

0 comments on commit 42c0eb6

Please sign in to comment.