Skip to content
Snippets Groups Projects
Commit e2291b2b authored by Owen Arnold's avatar Owen Arnold
Browse files

refs #10161. Make dQ/Q same everywhere.

parent a0ee1560
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace Mantid
const std::string CalculateResolution::category() const { return "Reflectometry\\ISIS";}
/// Algorithm's summary for use in the GUI and help. @see Algorithm::summary
const std::string CalculateResolution::summary() const { return "Calculates the reflectometry resolution (dq/q) for a given workspace.";};
const std::string CalculateResolution::summary() const { return "Calculates the reflectometry resolution (dQ/Q) for a given workspace.";};
//----------------------------------------------------------------------------------------------
/** Initialize the algorithm's properties.
......
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