Skip to content

Commit

Permalink
Refs #5146 Close HDF5 file at end of exec method
Browse files Browse the repository at this point in the history
modified:   DataHandling/src/LoadSassena.cpp
  • Loading branch information
jmborr committed Jan 2, 2013
1 parent bc323fd commit 0788eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadSassena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ void LoadSassena::exec()
}// end of iterate over the valid sets

this->setProperty( "OutputWorkspace", gws ); //register the groupWorkspace in the analysis data service

H5Fclose(h5file);
} // end of LoadSassena::exec()


Expand Down

0 comments on commit 0788eae

Please sign in to comment.