The file doc/examples/nlfit.c is not 64-bit clean in two places. A simple fix is:
line 56: put "(int)" before "i" line 114: put "(unsigned int)" before "iter". Keith
The file doc/examples/nlfit.c is not 64-bit clean in two places. A simple fix is:
line 56: put "(int)" before "i" line 114: put "(unsigned int)" before "iter". Keith