Make MagneticFieldGridReader::readQuadrant re-entrant
Hopefully addresses the issues discussed in #43 (closed)
- Prefer
strtok_r
tostrtok
- Prefer
std::atof
toatof
- Avoid unnecessary string copies during field (x,y,z) reads.
- Improved error messages in case of issues.
Edited by Christopher Rob Jones