Skip to content

Commit

Permalink
Re #347 - fixed problem with powder lines as ei was not propagated th…
Browse files Browse the repository at this point in the history
…rough
  • Loading branch information
mducle committed Jul 17, 2018
1 parent 3c6eadf commit c8241af
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 c8241af

Please sign in to comment.