Fixed default constructor

release/4.3a0
Frank Dellaert 2013-10-14 01:13:25 +00:00
parent 0c6ea4057c
commit 56e1fb5af0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace gtsam {
/* ************************************************************************* */
Cal3Bundler::Cal3Bundler() :
f_(1), k1_(0), k2_(0) {
f_(1), k1_(0), k2_(0), u0_(0), v0_(0) {
}
/* ************************************************************************* */