Fix typo in using -> typedef conversion
parent
0effe69df2
commit
bbd7ed4f69
|
@ -24,7 +24,7 @@
|
|||
namespace gtsam {
|
||||
|
||||
using std::vector;
|
||||
typedef PointPairs = vector<Point3Pair>;
|
||||
typedef vector<Point3Pair> PointPairs;
|
||||
|
||||
namespace {
|
||||
/// Subtract centroids from point pairs.
|
||||
|
|
Loading…
Reference in New Issue