Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use executeAsSubAlg() in more places to run child algoritms. #3273

Closed
mantid-builder opened this issue Feb 15, 2011 · 1 comment
Closed

Use executeAsSubAlg() in more places to run child algoritms. #3273

mantid-builder opened this issue Feb 15, 2011 · 1 comment
Labels
Low Priority Things that you don't ever want to be done.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: @jzikovsky

Original Owner: @jzikovsky

Refs http://trac.mantidproject.org/mantid/ticket/2319. There are about 20 spots where it could use it:

Mantid
Framework
Algorithms
src
CalculateEfficiency.cpp
66: childAlg->execute(); 
CalculateTransmission.cpp (2 matches)
189: childAlg->execute(); 
224: childAlg->execute(); 
ConvertUnits.cpp
656: childAlg->execute(); 
DetectorDiagnostic.cpp (2 matches)
72: childAlg->execute(); 
204: childAlg->execute(); 
DiffractionFocussing.cpp (3 matches)
98: childAlg->execute(); 
177: childAlg->execute(); 
214: childAlg->execute(); 
FindDeadDetectors.cpp
148: childAlg->execute(); 
FlatBackground.cpp
313: childAlg->execute(); 
GetEi.cpp
261: childAlg->execute(); 
GetEi2.cpp (2 matches)
239: childAlg->execute(); 
499: childAlg->execute(); 
HRPDSlabCanAbsorption.cpp
176: childAlg->execute(); 
MedianDetectorTest.cpp
175: childAlg->execute(); 
NormaliseToMonitor.cpp
225: childAlg->execute(); 
RemoveBins.cpp
211: childAlg->execute(); 
SumRowColumn.cpp
112: childAlg->execute(); 
Unwrap.cpp
400: childAlg->execute(); 
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 2426

@mantid-builder mantid-builder added Low Priority Things that you don't ever want to be done. Mantid labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Iteration 29 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant