I am new to programming in fortran and am working with the numerical recipes subroutine mrqmin. It takes the following arguments:
mrqmin(x,y,sig,ndata,a,ia,ma,covar,alpha,nca,chisq,funcs,alamda)
The argument funcs is a subroutine wich I declare at the end of my program. Now, when I compile my...