Changeset 2076 for branches/newmole/source/mole_priv.h
- Timestamp:
- 05/16/08 13:48:57 (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
r2055 r2076 17 17 public: 18 18 double fion[LIMELM][N_MOLE_ION]; 19 void updateMolecules(const double * constb2);19 void updateMolecules(const valarray<double> &b2); 20 20 void setup(double *b0vec); 21 21 };
