Changeset 2055 for branches/newmole/source/mole_priv.h
- Timestamp:
- 05/13/08 17:01:00 (8 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_priv.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_priv.h
r2028 r2055 52 52 /** mole_eval_balance 53 53 */ 54 extern void mole_eval_balance(long int n, double *b, double **c);54 extern void mole_eval_balance(long int n, double *b, bool lgJac, multi_arr<double,2> &c); 55 55 /**mole_solve fills in matrix for heavy elements molecular routines 56 56 */
