mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
a0d81ad63e
When computing the MinusJacobian we were passing two different values to AutoDifferentiate for the output dimension. The template argument was correct which is why the method was working correctly but the function argument was incorrect (cut and paste error). This would be fine in release mode, but in debug mode it would trigger a check failure. Change-Id: I0327656d1a4d34c82e4d3a8c04f27c264bce80eb