Skip to content

Commit

Permalink
LoadNexusMonitors load isis sample information
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Oct 1, 2013
1 parent 80a9b19 commit 31d39cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Code/Mantid/Framework/DataHandling/src/LoadNexusMonitors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,8 @@ void LoadNexusMonitors::exec()
// @todo: Find out if there is a better (i.e. more generic) way to do this
try
{
file.openGroup("isis_vms_compat", "IXvms");

file.closeGroup();
g_log.debug() << "Load Sample data isis" << std::endl;
LoadEventNexus::loadSampleDataISIScompatibility(file, this->WS);
}
catch(::NeXus::Exception&)
{
Expand Down

0 comments on commit 31d39cb

Please sign in to comment.