36#ifndef UNIFORMCELLCYCLEMODEL_HPP_
37#define UNIFORMCELLCYCLEMODEL_HPP_
39#include "AbstractSimpleCellCycleModel.hpp"
40#include "RandomNumberGenerator.hpp"
52 friend class TestSimpleCellCycleModels;
76 template<
class Archive>
77 void serialize(Archive & archive,
const unsigned int version)
79 archive & boost::serialization::base_object<AbstractSimpleCellCycleModel>(*
this);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
static RandomNumberGenerator * Instance()
SerializableSingleton< SINGLETON_CLASS > * GetSerializationWrapper() const