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

corr code line length

parent e1eb0acc
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ public:
void setChiSquaredFunction(const ISquaredFunction& squared_function);
//! Returns data normalizer.
virtual const IIntensityNormalizer* getIntensityNormalizer() const { return mp_data_normalizer; }
virtual const IIntensityNormalizer* getIntensityNormalizer() const {
return mp_data_normalizer; }
//! Returns data normalizer, non-const version needed to set internals.
virtual IIntensityNormalizer* getIntensityNormalizer() { return mp_data_normalizer; }
......
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