Changeset 2096 for branches/newmole/source/mole_reactions.cpp
- Timestamp:
- 05/30/08 07:04:12 (6 months ago)
- Files:
-
- 1 modified
-
branches/newmole/source/mole_reactions.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/source/mole_reactions.cpp
r2068 r2096 1950 1950 { 1951 1951 rate = p->second; 1952 realnum oldrk = rate->rk;1952 realnum oldrk = (realnum)rate->rk; 1953 1953 ASSERT(rate->fun != NULL); 1954 1954 rate->rk = rate->a*rate->fun(rate);
