40 mReactions(src.mReactions),
41 mReversible(src.mReversible)
45 const bool & reversible) :
46 mReactions(reactions),
47 mReversible(reversible)
52 const std::vector< C_FLOAT64 > & FluxMode = line->
getFluxMode();
53 size_t i, imax = FluxMode.size();
55 std::pair< size_t, C_FLOAT64 > Entry;
57 for (i = 0; i < imax; i++)
100 for (; itThis != endThis; ++itThis, ++itMode)
102 if (itThis->first != itMode->first)
const std::vector< C_FLOAT64 > & getFluxMode() const
C_FLOAT64 getMultiplier(const size_t &index) const
bool isReversed(const CFluxMode &mode)
bool isReversible() const
const_iterator begin() const
std::map< size_t, C_FLOAT64 >::const_iterator const_iterator
std::map< size_t, C_FLOAT64 > mReactions
bool isReversible() const
const_iterator end() const
#define CONSTRUCTOR_TRACE