Show
Ignore:
Timestamp:
05/13/08 17:01:00 (8 months ago)
Author:
rjrw
Message:

Move further towards Householder projection method for of conservation
constraints

Some other tidyings (move from explicit pointers to multi_arr)

Files:
1 modified

Legend:

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

    r2028 r2055  
    5252/** mole_eval_balance 
    5353*/ 
    54 extern void mole_eval_balance(long int n, double *b, double **c); 
     54extern void mole_eval_balance(long int n, double *b, bool lgJac, multi_arr<double,2> &c); 
    5555/**mole_solve fills in matrix for heavy elements molecular routines  
    5656*/