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