36 #ifndef REPULSIONFORCE_HPP_
37 #define REPULSIONFORCE_HPP_
39 #include "GeneralisedLinearSpringForce.hpp"
40 #include "NodeBasedCellPopulation.hpp"
50 template<
unsigned DIM>
63 template<
class Archive>
64 void serialize(Archive & archive,
const unsigned int version)
66 archive & boost::serialization::base_object<GeneralisedLinearSpringForce<DIM> >(*this);
virtual void OutputForceParameters(out_stream &rParamsFile)
friend class boost::serialization::access
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void AddForceContribution(AbstractCellPopulation< DIM > &rCellPopulation)
void serialize(Archive &archive, const unsigned int version)