Fix typo in using -> typedef conversion

release/4.3a0
John Lambert 2021-02-24 15:42:58 -05:00
parent 0effe69df2
commit bbd7ed4f69
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
namespace gtsam { namespace gtsam {
using std::vector; using std::vector;
typedef PointPairs = vector<Point3Pair>; typedef vector<Point3Pair> PointPairs;
namespace { namespace {
/// Subtract centroids from point pairs. /// Subtract centroids from point pairs.