Skip to content

Commit

Permalink
Fix for loading multiperiod data. Re #5417.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 3, 2013
1 parent 4514b7b commit 61d2e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadDAE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ namespace Mantid
declareProperty(new WorkspaceProperty<Workspace>(outws,WSName,Direction::Output));
}
g_log.information() << "Workspace " << WSName << " created. \n";
if(wsGrpSptr)wsGrpSptr->add(WSName);
if (wsGrpSptr) wsGrpSptr->addWorkspace(localWorkspace);
// Assign the result to the output workspace property
setProperty(outws,boost::dynamic_pointer_cast<Workspace>(localWorkspace));
}
Expand Down

0 comments on commit 61d2e3c

Please sign in to comment.