Skip to content

Commit 67976ad

Browse files
authored
Merge pull request #1800 from borglab/fix-1799
2 parents c6bd3f8 + 0f23eed commit 67976ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/geometry/geometry.i

+1-1
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ class Cal3_S2Stereo {
856856
gtsam::Matrix K() const;
857857
gtsam::Point2 principalPoint() const;
858858
double baseline() const;
859-
Vector6 vector() const;
859+
gtsam::Vector6 vector() const;
860860
gtsam::Matrix inverse() const;
861861
};
862862

0 commit comments

Comments
 (0)