Skip to content

Commit

Permalink
Re #8579. Making Mads' small change.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 9, 2013
1 parent 670b76d commit 2c9d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/SCD_Reduction/ReduceSCD_Parallel.py
Expand Up @@ -160,7 +160,7 @@ def run ( self ):
one_run_file = output_directory + '/' + str(r_num) + '_Niggli.integrate'
peaks_ws = LoadIsawPeaks( Filename=one_run_file )
if first_time:
if UseFirstLattice:
if UseFirstLattice and not read_UB:
# Find a UB (using FFT) for the first run to use in the FindUBUsingLatticeParameters
FindUBUsingFFT( PeaksWorkspace=peaks_ws, MinD=min_d, MaxD=max_d, Tolerance=tolerance )
uc_a = peaks_ws.sample().getOrientedLattice().a()
Expand Down

0 comments on commit 2c9d51f

Please sign in to comment.