Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 2412e0eb authored by gsell's avatar gsell
Browse files

Comment to getFieldstrength() added about return value

parent dc87d47d
No related branches found
No related tags found
1 merge request!388Resolve "reading fields in H5Block format fails if z-dimension is less than the number of cores"
......@@ -71,6 +71,7 @@ public:
static std::string typeset_msg(const std::string &msg, const std::string &title);
// Note: getFieldstrength() returns true if R is outside of the field!
virtual bool getFieldstrength(const Vector_t &R, Vector_t &E, Vector_t &B) const = 0;
virtual bool getFieldDerivative(const Vector_t &R, Vector_t &E, Vector_t &B, const DiffDirection &dir) const = 0;
virtual void getFieldDimensions(double &zBegin, double &zEnd, double &rBegin, double &rEnd) const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment