Skip to content
Snippets Groups Projects
Commit 6e61d033 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr doxy

parent 4f8d891f
No related branches found
No related tags found
1 merge request!930corr doxy
Pipeline #65854 passed
...@@ -26,7 +26,7 @@ public: ...@@ -26,7 +26,7 @@ public:
//! @param name Axis name //! @param name Axis name
//! @param bin_boundaries Array of size nbins+1 containing low-edges for each //! @param bin_boundaries Array of size nbins+1 containing low-edges for each
//! bin and upper edge of last bin. //! bin and upper edge of last bin.
VariableBinAxis(const std::string&, const std::vector<double>& bin_boundaries); VariableBinAxis(const std::string& name, const std::vector<double>& bin_boundaries);
~VariableBinAxis() override = default; ~VariableBinAxis() override = default;
VariableBinAxis* clone() const override; VariableBinAxis* clone() const override;
......
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