Skip to content

Commit

Permalink
Refs #7570 Remove variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Aug 8, 2014
1 parent 09c2395 commit d4f5712
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/docs/source/algorithms/SplineSmoothing-v1.rst
Expand Up @@ -38,7 +38,6 @@ Usage
wsOut = SplineSmoothing(ws,Error=1)

print "This has created a spline for each spectra in the %s workspace" % wsOut
print "The derivatives are stored in a Group Workspace %s with one workspace per spectra" % wsOutDeriv

try:
plotSpectrum([ws,wsOut],0)
Expand All @@ -52,7 +51,5 @@ Output:
.. testoutput:: SmoothNoisy

This has created a spline for each spectra in the wsOut workspace
The derivatives are stored in a Group Workspace wsOutDeriv with one workspace per spectra


.. categories::

0 comments on commit d4f5712

Please sign in to comment.