Skip to content
Snippets Groups Projects
Commit e74988d7 authored by Arturs Bekasovs's avatar Arturs Bekasovs
Browse files

Solved the problem by removing old groups after regrouping.

Refs #7852
parent c9bed73e
No related branches found
No related tags found
No related merge requests found
......@@ -779,6 +779,9 @@ namespace Mantid
//childWs->setName(isGroup->getName() + "_" + boost::lexical_cast<std::string>(count));
group->addWorkspace(childWs);
}
// Remove the old group from the ADS
AnalysisDataService::Instance().remove(isGroup->getName());
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment