Skip to content
Snippets Groups Projects
Commit bc66870a authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #14631 Added function description comment.

parent b1ad7566
No related branches found
No related tags found
No related merge requests found
...@@ -610,6 +610,14 @@ void MDHistoWorkspace::getLinePlot(const Mantid::Kernel::VMD &start, ...@@ -610,6 +610,14 @@ void MDHistoWorkspace::getLinePlot(const Mantid::Kernel::VMD &start,
} // if there is at least one point } // if there is at least one point
} }
//----------------------------------------------------------------------------------------------
/** Find the normalization factor
*
* @param normalize :: how to normalize the signal
* @param linearIndex :: the position in the workspace of the signal value to be
*normalized
* @returns :: the normalization factor
*/
signal_t signal_t
MDHistoWorkspace::getNormalizationFactor(const MDNormalization &normalize, MDHistoWorkspace::getNormalizationFactor(const MDNormalization &normalize,
size_t linearIndex) const { size_t linearIndex) const {
......
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