Skip to content

Commit

Permalink
FIx usage example for Symmetrise
Browse files Browse the repository at this point in the history
Refs #7860
  • Loading branch information
DanNixon committed Sep 17, 2014
1 parent 11ead26 commit 4171d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/Symmetrise-v1.rst
Expand Up @@ -51,6 +51,6 @@ Usage
sample_ws = CreateWorkspace(data_x, data_y)
sample_ws = ScaleX(sample_ws, -1, "Add") # centre the peak over 0

symm_ws = Symmetrise(Sample=sample_ws, XCut=0.05)
symm_ws = Symmetrise(Sample=sample_ws, XMin=0.05, XMax=8.0)

.. categories::

0 comments on commit 4171d9e

Please sign in to comment.