diff options
Diffstat (limited to 'src/ipa')
-rw-r--r-- | src/ipa/libipa/lux.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipa/libipa/lux.cpp b/src/ipa/libipa/lux.cpp index bae8198f..61f8fea8 100644 --- a/src/ipa/libipa/lux.cpp +++ b/src/ipa/libipa/lux.cpp @@ -76,9 +76,9 @@ namespace ipa { */ /** - * \brief Construct the Lux helper module - * \param[in] binSize The maximum count of each bin - */ + * \brief Construct the Lux helper module + * \param[in] binSize The maximum count of each bin + */ Lux::Lux(unsigned int binSize) : binSize_(binSize) { |