From c456490f6d77a61760632e59a823de2816039572 Mon Sep 17 00:00:00 2001 From: Russell Taylor Date: Fri, 3 Jan 2014 17:02:07 -0500 Subject: [PATCH] Re #8669. Update the wiki documentation. --- Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp b/Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp index 82ebc4274176..4eba3d381c74 100644 --- a/Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp +++ b/Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp @@ -2,6 +2,8 @@ Workspaces contain information in logs. Often these detail what happened to the sample during the experiment. This algorithm allows one named log to be entered. The log can be either a String, a Number, or a Number Series. If you select Number Series, the workspace start time will be used as the time of the log entry, and the number in the text used as the (only) value. + +If the LogText contains a numeric value, the created log will be of integer type if an integer is passed and floating point (double) otherwise. This applies to both the Number & Number Series options. *WIKI*/ //---------------------------------------------------------------------- // Includes