Skip to content

Commit

Permalink
Refs #8985. Disable processGroups call for the MuonLoad.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Feb 13, 2014
1 parent 9957030 commit fd8ddad
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -50,6 +50,9 @@ namespace WorkflowAlgorithms
void init();
void exec();

// We dont' want processGroups to be called
virtual bool checkGroups() { return false; }

/// Returns a workspace for the first period as specified using FirstPeriod property.
MatrixWorkspace_sptr getFirstPeriodWS(WorkspaceGroup_sptr ws);

Expand Down

0 comments on commit fd8ddad

Please sign in to comment.