Fix typo in using -> typedef conversion
parent
0effe69df2
commit
bbd7ed4f69
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue