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

Doxygen documentation fixed

parent cd8532f0
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"
......@@ -44,9 +44,9 @@ private:
virtual double getFrequency (
) const;
std::vector<double> FieldstrengthBz_m; /**< 3D array with Hz */
std::vector<double> FieldstrengthBx_m; /**< 3D array with Hx */
std::vector<double> FieldstrengthBy_m; /**< 3D array with Hy */
std::vector<double> FieldstrengthBz_m; /**< 3D array with Bz */
std::vector<double> FieldstrengthBx_m; /**< 3D array with Bx */
std::vector<double> FieldstrengthBy_m; /**< 3D array with By */
friend class Fieldmap;
friend class FM3DH5BlockBase;
......
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