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