Changeset 2031 for branches/newmole/source/newton_step.cpp
- Timestamp:
- 05/07/08 16:29:10 (8 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/newton_step.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/newton_step.cpp
r2028 r2031 54 54 error0 = 1; 55 55 error1 = grad = 0.; 56 fstep = flast =1.;56 fstep = 1.; 57 57 58 58 for (loop=0;loop<20;loop++)
