36#ifndef GOLDBETER1991SRNMODEL_HPP_
37#define GOLDBETER1991SRNMODEL_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "Goldbeter1991OdeSystem.hpp"
43#include "AbstractOdeSrnModel.hpp"
63 template<
class Archive>
64 void serialize(Archive & archive,
const unsigned int version)
66 archive & boost::serialization::base_object<AbstractOdeSrnModel>(*
this);
96 Goldbeter1991SrnModel(boost::shared_ptr<AbstractCellCycleModelOdeSolver> pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>());
146#include "CellCycleModelOdeSolverExportWrapper.hpp"
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
AbstractSrnModel * CreateSrnModel()
void OutputSrnModelParameters(out_stream &rParamsFile)
void SimulateToCurrentTime()
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access