commit | 6a2bcaa1d55d38bc10d043f1458657caac2be7a7 | [log] [tgz] |
---|---|---|
author | Alex Stewart <alexs.mac@gmail.com> | Wed Oct 23 14:06:44 2013 +0100 |
committer | Sameer Agarwal <sandwichmaker@gmail.com> | Wed Oct 23 20:26:16 2013 +0000 |
tree | 98499d282485a579f0b0493319bf3544ef1f51a1 | |
parent | 39a427c7360934c60e0f308c781ea97d36dc1736 [diff] |
Adding explicit link to libm for pure-C curve fitting example. - Any pure-C program #including <math.h> will need to link against libm, some compilers will let an indirect link slide (via Ceres in this case) but some won't. Change-Id: I6890702fa0d2c3fbb747f0f81fc3fa3631839de4