Skip to content
Snippets Groups Projects
Commit d57c2518 authored by Sergei Zharko's avatar Sergei Zharko
Browse files

KF: warning fixes

parent 79b61e1d
No related branches found
No related tags found
1 merge request!2068KF: warning fixes
Pipeline #33584 passed
......@@ -234,8 +234,8 @@ namespace cbm::algo::kf
std::string ToString(int indentLevel = 0, int verbose = 1) const;
protected:
CoeffArray_t fCoeff{{T(0.)}}; ///< Approximation coefficients
T fZfirst{Literal_t<T>()}; ///< Reference z-coordinate of the field region
CoeffArray_t fCoeff{}; ///< Approximation coefficients
T fZfirst{Literal_t<T>()}; ///< Reference z-coordinate of the field region
private:
/// Serialization function
......
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