Refs #8922 Fix SaveNexus and SaveNexusProcessed to capture history.
SaveNexus and SaveNexusProcessed wouldn't append a record to the history. This commit fixes that issue and leaves a record on the input workspace so the result is that we get a complete history, but we lose the execution start time and duration.
Showing
- Code/Mantid/Framework/API/inc/MantidAPI/Algorithm.h 5 additions, 3 deletionsCode/Mantid/Framework/API/inc/MantidAPI/Algorithm.h
- Code/Mantid/Framework/API/inc/MantidAPI/AlgorithmHistory.h 1 addition, 1 deletionCode/Mantid/Framework/API/inc/MantidAPI/AlgorithmHistory.h
- Code/Mantid/Framework/API/src/AlgorithmHistory.cpp 3 additions, 5 deletionsCode/Mantid/Framework/API/src/AlgorithmHistory.cpp
- Code/Mantid/Framework/API/src/WorkspaceHistory.cpp 5 additions, 5 deletionsCode/Mantid/Framework/API/src/WorkspaceHistory.cpp
- Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/SaveNexusProcessed.h 2 additions, 3 deletions.../DataHandling/inc/MantidDataHandling/SaveNexusProcessed.h
- Code/Mantid/Framework/DataHandling/src/SaveNexus.cpp 14 additions, 0 deletionsCode/Mantid/Framework/DataHandling/src/SaveNexus.cpp
- Code/Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp 15 additions, 2 deletions.../Mantid/Framework/DataHandling/src/SaveNexusProcessed.cpp
Please register or sign in to comment