commit | 2a3827e13d1dc1c9720d53e09e28b5b536731b2d | [log] [tgz] |
---|---|---|
author | Sergey Sharybin <sergey.vfx@gmail.com> | Sat Jun 01 00:16:43 2013 +0600 |
committer | Keir Mierle <mierle@gmail.com> | Fri May 31 20:33:42 2013 +0000 |
tree | 44745ff3b581811535e3e418978229be4c47a99c | |
parent | f0b071bac4d4b5d28f8abfbaa181199e73474cc5 [diff] |
Compilation error fixes - In C you're not allowed to define variables in the middle of the block. This was violated in curve_fitting.c by calling ceres_init() in the beginning of main() and declaring variables later. - Also ifdef-ed suitesparse stuff in covariance estimation module. This solves compilation error when you don't have suitesparse compiled/installed. Change-Id: I22b543c09ea01f55e127079daade99a0b781f789