00001 // hemicalTransportReaction.cpp: implementation of the ChemicalTransportReaction class. 00002 // 00004 00005 #include "ChemicalTransportReaction.h" 00006 00008 // Construction/Destruction 00010 00011 ChemicalTransportReaction::ChemicalTransportReaction(Chemical *ChemicalLeavingCompartment, Chemical *ChemicalEnteringCompartment, RateConstant *k_trans, std::string reactionName) 00012 :TransformationReaction(ChemicalLeavingCompartment,ChemicalEnteringCompartment,k_trans,reactionName) 00013 { 00014 00015 } 00016 00017 ChemicalTransportReaction::~ChemicalTransportReaction() 00018 { 00019 00020 }