Skip to content

Commit

Permalink
Refs #5146 started exec() method
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed May 10, 2012
1 parent 9ddb15f commit da93be5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/Framework/DataHandling/src/LoadSassena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ void LoadSassena::init()
*/
void LoadSassena::exec()
{

this->GWS = API::WorkspaceFactory::Instance().create("WorkspaceGroup");
// WorkspaceGroup_sptr wsgroup = AnalysisDataService::Instance().retrieveWS<WorkspaceGroup>(inputs_orig[i]);
// API::WorkspaceGroup_sptr gws = boost::dynamic_pointer_cast<API::WorkspaceGroup>(rws);
// MatrixWorkspace_sptr outputWS = boost::dynamic_pointer_cast<MatrixWorkspace>(WorkspaceFactory::Instance().create("Workspace2D",numSpectra,energies.size(),numBins));
this->m_filename = this->getPropertyValue("Filename");
}

Expand Down

0 comments on commit da93be5

Please sign in to comment.