Skip to content

Commit

Permalink
Re #8630. It is actually just an 'else'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 17, 2013
1 parent 0651b06 commit 7677fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/SCD_Reduction/ReduceSCD_OneRun.py
Expand Up @@ -338,7 +338,7 @@
# If requested, also switch to the specified conventional cell and save the
# corresponding matrix and integrate file
#
if not use_ellipse_integration:
else:
if (not cell_type is None) and (not centering is None) :
run_conventional_matrix_file = output_directory + "/" + run + "_" + \
cell_type + "_" + centering + ".mat"
Expand Down

0 comments on commit 7677fe7

Please sign in to comment.