bnmurphy / PMCAMx-PSAT

Standardization and Devel of PMCAMx with PSAT
Other
1 stars 1 forks source link

call hybrid in AER/aqrates1.f #3

Open jinhyokh opened 10 years ago

jinhyokh commented 10 years ago

I compared my local copy with master and found out that the call hybrid part in the below is commented out in the master. What does it do? I'd better comment out mine?

In AER/aqrates1.f,

c call hybrd(state,numfunc,x,fvec,xtol,par,maxfev,ml,mu,epsfcn,diag,
c * mode,factor,nprint,info,nfev,fjac,ldfjac,r,lr,
c * qtf,wa1,wa2,wa3,wa4,302)
bnmurphy commented 10 years ago

It doesn't do anything for us right now. At least the compiler continues to tell me it never gets called when I don't have it commented out. Commenting or uncommenting should have no change on results, just on compiler warnings.