Skip to content

Commit

Permalink
Refs #10192 remove line break, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Aug 29, 2014
1 parent ebf717d commit f53be56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/docs/source/algorithms/DSFinterp-v1.rst
Expand Up @@ -100,8 +100,7 @@ Finally, we load experimental data for these two temperatures so that we can com
LoadNexus(FileName='DSFinterp/{0}.nxs'.format(workspaces[i]), OutputWorkspace=workspaces[i]) #load QENS data
target_temps = [175, 225]
outworkspaces = ['int175K', 'int225K']
DSFinterp(Workspaces=workspaces, ParameterValues=temp_flt, RegressionWindow=0,\
TargetParameters=target_temps, OutputWorkspaces=outworkspaces)
DSFinterp(Workspaces=workspaces, ParameterValues=temp_flt, RegressionWindow=0, TargetParameters=target_temps, OutputWorkspaces=outworkspaces)
#Now load experimental data for target temperatures
LoadNexus(FileName='DSFinterp/exp175K.nxs', OutputWorkspace='exp175K')
LoadNexus(FileName='DSFinterp/exp225K.nxs', OutputWorkspace='exp225K')
Expand Down

0 comments on commit f53be56

Please sign in to comment.