Show
Ignore:
Timestamp:
05/06/08 16:35:36 (8 months ago)
Author:
rjrw
Message:

Further refactor newton_step to more purely numerical function.

Remove more dead or leftover code and data.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newmole/source/newton_step.h

    r1770 r2028  
    1010\param *error 
    1111*/ 
    12 void newton_step(valarray<double> &b2vec, int *nBad, realnum *error, long n); 
     12void newton_step(const valarray<double> &oldmols, valarray<double> &newmols, realnum *error, const long n, 
     13                        void (*jacobn)(const valarray<double> &b2vec, double * const ervals, double * const amat, const bool lgJac)); 
    1314 
    1415#endif /* _NEWTON_STEP_H_ */