From 5654537739d7e028eece7180e178db9fffd6c090 Mon Sep 17 00:00:00 2001 From: Andrei Savici Date: Mon, 12 Nov 2012 16:05:51 -0500 Subject: [PATCH] Fix typo in wiki section. Refs #460 --- Code/Mantid/Framework/Algorithms/src/AverageLogData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/Algorithms/src/AverageLogData.cpp b/Code/Mantid/Framework/Algorithms/src/AverageLogData.cpp index 18142dea514e..ae969cd26ae1 100644 --- a/Code/Mantid/Framework/Algorithms/src/AverageLogData.cpp +++ b/Code/Mantid/Framework/Algorithms/src/AverageLogData.cpp @@ -1,5 +1,5 @@ /*WIKI* -The algorithm will calculate a proton_charge weighted averaf=ge and standard deviation of any log value of numeric series type. +The algorithm will calculate a proton_charge weighted average and standard deviation of any log value of numeric series type. All proton charges earlier than the first data are ignored. Any proton pulse is counted for the log value on the right. This means that if all proton pulses happen before the first value, and FixZero is false, the average and standard deviations are NANs. If all the proton pulses occur after the last value, and FixZero is false, the average is equal to the last value, and the