Changeset 1851 for branches/newmole/source/newton_step.cpp
- Timestamp:
- 03/16/08 03:11:06 (10 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/newton_step.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/newton_step.cpp
r1780 r1851 18 18 19 19 20 STATICint32 solve_system(const valarray<double> &a, valarray<double> &b, const long int n);20 int32 solve_system(const valarray<double> &a, valarray<double> &b, const long int n); 21 21 enum {PRINTSOL = false}; 22 22 … … 183 183 } 184 184 185 STATICint32 solve_system(const valarray<double> &a, valarray<double> &b, const long int n)185 int32 solve_system(const valarray<double> &a, valarray<double> &b, const long int n) 186 186 { 187 187 int32 merror;
