36#ifndef DELTANOTCHSRNMODEL_HPP_
37#define DELTANOTCHSRNMODEL_HPP_
40#include <boost/serialization/base_object.hpp>
42#include "DeltaNotchOdeSystem.hpp"
43#include "AbstractOdeSrnModel.hpp"
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
64 archive & boost::serialization::base_object<AbstractOdeSrnModel>(*
this);
95 DeltaNotchSrnModel(boost::shared_ptr<AbstractCellCycleModelOdeSolver> pOdeSolver = boost::shared_ptr<AbstractCellCycleModelOdeSolver>());
159#include "CellCycleModelOdeSolverExportWrapper.hpp"
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void SimulateToCurrentTime()
void serialize(Archive &archive, const unsigned int version)
void OutputSrnModelParameters(out_stream &rParamsFile)
friend class boost::serialization::access
AbstractSrnModel * CreateSrnModel()
double GetMeanNeighbouringDelta()