10 std::stringstream errormsg;
11 errormsg <<
"THERE SEEMS TO BE SOMETHING WRONG WITH YOUR FIELD MAP '" <<
Filename_m <<
"'.\n"
12 <<
"Could not determine the file type.\n"
13 <<
"Please check the section about field maps in the user manual.\n";
14 std::string errormsg_str =
typeset_msg(errormsg.str(),
"error");
18 std::ofstream omsg(
"errormsg.txt", std::ios_base::app);
55 static double dummy = 0.0;
Inform & endl(Inform &inf)
constexpr double e
The value of.
void disableFieldmapWarning()
static std::string typeset_msg(const std::string &msg, const std::string &title)
virtual void getInfo(Inform *)
virtual bool getFieldstrength(const Vector_t &R, Vector_t &E, Vector_t &B) const
virtual void getFieldDimensions(double &zBegin, double &zEnd) const
virtual void setFrequency(double freq)
FMDummy(std::string aFilename)
virtual bool getFieldDerivative(const Vector_t &R, Vector_t &E, Vector_t &B, const DiffDirection &dir) const
virtual double getFrequency() const