
Data Fields | |
| int | index | 
| int | nreactants | 
| int | nrates | 
| int | nproducts | 
| int | reactants [MAXREACTANTS] | 
| int | rate_species [MAXREACTANTS] | 
| int | products [MAXPRODUCTS] | 
| double | rk | 
| Hmole_rate_s * | next | 
Definition at line 55 of file mole_h_step.cpp.
| struct Hmole_rate_s* Hmole_rate_s::next | 
Definition at line 62 of file mole_h_step.cpp.
Definition at line 57 of file mole_h_step.cpp.
| int Hmole_rate_s::products[MAXPRODUCTS] | 
Definition at line 60 of file mole_h_step.cpp.
| int Hmole_rate_s::rate_species[MAXREACTANTS] | 
Definition at line 59 of file mole_h_step.cpp.
| int Hmole_rate_s::reactants[MAXREACTANTS] | 
Definition at line 58 of file mole_h_step.cpp.
| double Hmole_rate_s::rk | 
 1.4.7