36 #ifndef _RKC21IVPODESOLVER_HPP_
37 #define _RKC21IVPODESOLVER_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "AbstractOneStepIvpOdeSolver.hpp"
64 template<
class Archive>
65 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractOneStepIvpOdeSolver>(*this);
85 std::vector<double>& rCurrentYValues,
86 std::vector<double>& rNextYValues);
101 #endif //_RKC21IVPODESOLVER_HPP_
void serialize(Archive &archive, const unsigned int version)
void CalculateNextYValue(AbstractOdeSystem *pAbstractOdeSystem, double timeStep, double time, std::vector< double > &rCurrentYValues, std::vector< double > &rNextYValues)
friend class boost::serialization::access
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...