36#ifndef DELTANOTCHEDGEODESYSTEM_HPP_
37#define DELTANOTCHEDGEODESYSTEM_HPP_
40#include <boost/serialization/base_object.hpp>
45#include "AbstractOdeSystem.hpp"
62 friend class boost::serialization::access;
69 template<
class Archive>
70 void serialize(Archive & archive,
const unsigned int version)
72 archive & boost::serialization::base_object<AbstractOdeSystem>(*
this);
104namespace serialization
109template<
class Archive>
110inline void save_construct_data(
113 const std::vector<double>& state_variables = t->rGetConstStateVariables();
114 ar & state_variables;
120template<
class Archive>
121inline void load_construct_data(
124 std::vector<double> state_variables;
125 ar & state_variables;
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)
~DeltaNotchEdgeOdeSystem()
void serialize(Archive &archive, const unsigned int version)