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 55be2ac1 authored by gsell's avatar gsell
Browse files

make getFieldstrength() pure virtual

parent 9417afe3
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"
......@@ -33,7 +33,7 @@ class FM3DH5BlockBase: virtual public Fieldmap {
public:
virtual bool getFieldstrength (
const Vector_t& /*R*/, Vector_t& /*E*/, Vector_t& /*B*/) const {return false;};
const Vector_t& /*R*/, Vector_t& /*E*/, Vector_t& /*B*/) const = 0;
virtual void getFieldDimensions (
double &zBegin, double &zEnd,
......
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