Skip to content

Commit

Permalink
Refs #6338 fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Dec 18, 2014
1 parent 67c0e4a commit 842ca59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/SortHKL-v1.rst
Expand Up @@ -27,7 +27,7 @@ Usage
peak = peaks.getPeak(0)
print "HKL of first peak in table %d" % peak.getH(),peak.getK(),peak.getL()

pw,chi2 = SortHKL(InputWorkspace=peaks, PointGroup='-31m (Trigonal - Rhombohedral)')
pw,chi2,stats = SortHKL(InputWorkspace=peaks, PointGroup='-31m (Trigonal - Rhombohedral)')
peak = pw.getPeak(0)
print "HKL of first peak in table %d" % peak.getH(),peak.getK(),peak.getL()

Expand Down

0 comments on commit 842ca59

Please sign in to comment.