2 #ifndef PHFIELD_PHFIELD2D_H
3 #define PHFIELD_PHFIELD2D_H
7 #include <boost/tuple/tuple.hpp>
15 typedef boost::tuple<float, float>
trio;
24 void GetFieldValue(
const double Point[4],
double *Bfield)
const override;
26 void GetFieldCyl(
const double CylPoint[4],
double *Bfield)
const;
43 void print_map(std::map<trio, trio>::iterator &
it)
const;