Merged in fix/CompileWarningUnusedBlock (pull request #187)

Fix compiler warning. Unused typedef in CameraSet.h
release/4.3a0
Frank Dellaert 2015-10-07 07:50:36 -07:00
commit 4ea2d50dc9
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ public:
// g = F' * (b - E * P * E' * b)
Eigen::Matrix<double, D, D> matrixBlock;
typedef SymmetricBlockMatrix::Block Block; ///< A block from the Hessian matrix
// a single point is observed in m cameras
size_t m = Fs.size(); // cameras observing current point