Numerical Recipes run-time error..


sunil_josh1
01-08-2004, 07:32 PM
hi,
I am using code given in numerical recipes in C, chapter 15.2, page 665.
When i am runing the programme it is giving the following error :
Numerical Recipes run-time error...
a too large, ITMAX too small in gcf
...now exiting to system...
with regards,
sunilNumerical Recipes run-time error...

sunil_josh1
01-15-2004, 08:08 PM
hi regarding previous mail. I used this code for different sets of data points, but the error is same, i.e.
Numerical Recipes run-time error...
a too large, ITMAX too small in gcf
...now exiting to system...


Even for the data points:
x y
1.1 1.1
2.2 2.2
3.2 5.2
4.1 2.1
5.1 5.5

can u tell me how to modify nerror function.
thanks
sunil_josh1