Skip to content

Make MagneticFieldGridReader::readQuadrant re-entrant

Hopefully addresses the issues discussed in #43 (closed)

  • Prefer strtok_r to strtok
  • Prefer std::atof to atof
  • Avoid unnecessary string copies during field (x,y,z) reads.
  • Improved error messages in case of issues.
Edited by Christopher Rob Jones

Merge request reports