Skip to content

Commit

Permalink
Merge pull request #349 from mantidproject/347_efixed_propagation
Browse files Browse the repository at this point in the history
E_fixed propagation
  • Loading branch information
martyngigg authored Jul 17, 2018
2 parents 3c6eadf + c8241af commit 82c4fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mslice/models/workspacemanager/workspace_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ def propagate_properties(old_workspace, new_workspace):
new_workspace.e_mode = old_workspace.e_mode
new_workspace.limits = old_workspace.limits
new_workspace.is_PSD = old_workspace.is_PSD
new_workspace.e_fixed = old_workspace.e_fixed


def get_comment(workspace):
Expand Down

0 comments on commit 82c4fae

Please sign in to comment.