From 93c6270b42916e61f662dbb5f9deb2089e3a1297 Mon Sep 17 00:00:00 2001 From: Samuel Jackson Date: Mon, 3 Feb 2014 15:10:19 +0000 Subject: [PATCH] Refs #8813 Update wiki doc based on comment of instrument scientist. --- .../plugins/algorithms/WorkflowAlgorithms/DensityOfStates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DensityOfStates.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DensityOfStates.py index 9422b98dedc4..f60f99c8dbff 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DensityOfStates.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DensityOfStates.py @@ -1,7 +1,7 @@ ''' *WIKI* -Calculates the Density of States from either a .phonon or .castep file using either Raman or IR intensities. +Calculates phonon densities of states, Raman and IR spectrum from the output of CASTEP code obtained in the form of .phonon and .castep files. *WIKI* '''