2 #ifndef PHFIELD_PHFIELD2D_H
3 #define PHFIELD_PHFIELD2D_H
14 typedef std::tuple<float, float>
trio;
23 void GetFieldValue(
const double Point[4],
double *Bfield)
const override;
25 void GetFieldCyl(
const double CylPoint[4],
double *Bfield)
const;
42 void print_map(std::map<trio, trio>::iterator &
it)
const;