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/mole_eval_balance.cpp

    r1846 r2031  
    6464        } 
    6565 
    66         /* Call all the routines that set up the matrix  
    67          * CO_solve will call this routine, therefore all other matrix elements are 
    68          * included here so that, when CO_solve is called, everything is accounted for */        
    69  
    70         /* All now cross-validated with new treatment, switching causes only v. minor 
    71          * differences in results */ 
    72         /* Revised molecular network implementation */ 
    73         /* Fills matrix elements for passive species -- these can be used to 
    74                  derive sources & sinks resulting from this part of the network */ 
    7566        for(mole_reaction_i p=mole_priv.reactab.begin();  
    7667                        p != mole_priv.reactab.end(); p++)