37#ifndef _REGULARSTIMULUSZERONETCHARGE_HPP_
38#define _REGULARSTIMULUSZERONETCHARGE_HPP_
41#include <boost/serialization/base_object.hpp>
42#include "RegularStimulus.hpp"
71 template<
class Archive>
72 void serialize(Archive & archive,
const unsigned int version)
75 archive & boost::serialization::base_object<RegularStimulus>(*
this);
105namespace serialization
111template<
class Archive>
112inline void load_construct_data(
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void serialize(Archive &archive, const unsigned int version)
double GetStimulus(double time)
friend class boost::serialization::access