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