Show
Ignore:
Timestamp:
05/07/08 16:29:10 (8 months ago)
Author:
rjrw
Message:

Stubs for using minpack routines (they don't improve things, possibly
due to the Jacobian fix for species conservation).

Re-order a loop in conv_init_solution.

Remove some out of date comments.

Files:
1 modified

Legend:

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

    r2028 r2031  
    5454        error0 = 1; 
    5555        error1 = grad = 0.; 
    56         fstep = flast = 1.;                      
     56        fstep = 1.;                      
    5757 
    5858        for (loop=0;loop<20;loop++)