36 #ifndef _MOCKEULERIVPODESOLVER_HPP_
37 #define _MOCKEULERIVPODESOLVER_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "EulerIvpOdeSolver.hpp"
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
65 archive & boost::serialization::base_object<EulerIvpOdeSolver>(*this);
86 std::vector<double>& rCurrentYValues,
87 std::vector<double>& rWorkingMemory,
117 #endif //_MOCKEULERIVPODESOLVER_HPP_
void serialize(Archive &archive, const unsigned int version)
virtual ~MockEulerIvpOdeSolver()
friend class boost::serialization::access
virtual void InternalSolve(AbstractOdeSystem *pAbstractOdeSystem, std::vector< double > &rCurrentYValues, std::vector< double > &rWorkingMemory, double startTime, double endTime, double timeStep)
#define CHASTE_CLASS_EXPORT(T)