Skip to content

Commit

Permalink
Checkpointing work. Refs #7336.
Browse files Browse the repository at this point in the history
Expanded AlignAndFocusPowder to reduce low resolution data in addition.
  • Loading branch information
wdzhou committed Jul 8, 2013
1 parent 28afe6d commit 10debb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace Mantid
API::MatrixWorkspace_sptr m_lowResW;
/// Low resolution TOF event workspace
DataObjects::EventWorkspace_sptr m_lowResEW;
/// Process low resolution workspace
/// Flag to process low resolution workspace
bool m_processLowResTOF;

};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ void AlignAndFocusPowder::exec()

if (l1 > 0)
{
// Edit instrument
throw std::runtime_error("Need to polish this part.");

g_log.information() << "running EditInstrumentGeometry\n";
API::IAlgorithm_sptr editAlg = createChildAlgorithm("EditInstrumentGeometry");
editAlg->setProperty("Workspace", m_outputW);
Expand Down

0 comments on commit 10debb9

Please sign in to comment.