add GTSAM_EXPORT

release/4.3a0
Chris Beall 2014-06-01 11:28:20 -04:00
parent cc26fc5dfa
commit 351e9ace72
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ namespace gtsam {
}; };
// Helper function // Helper function
boost::optional<Vector> checkIfDiagonal(const Matrix M); GTSAM_EXPORT boost::optional<Vector> checkIfDiagonal(const Matrix M);
} // namespace noiseModel } // namespace noiseModel