Skip to content

Commit

Permalink
refs #8614 Dealing with consequences of ill defined merge
Browse files Browse the repository at this point in the history
Some code pieces came not valid
  • Loading branch information
abuts committed Jan 14, 2014
1 parent 3509771 commit b969201
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Code/Mantid/scripts/Inelastic/DirectEnergyConversion.py
Expand Up @@ -788,6 +788,13 @@ def load_data(self, runs,new_ws_name=None,keep_previous_ws=False):
if hasattr(self, 'nexus_in_event_mode') and self.nexus_in_event_mode:
event_mode = True;

if self.relocate_dets:
if self.__det_cal_file_ws:
calibration = self.__det_cal_file_ws
else:
calibration = self.det_cal_file
#}

sum = True
result_ws = common.load_runs(runs, sum)
if new_ws_name != None :
Expand Down

0 comments on commit b969201

Please sign in to comment.