Skip to content

Commit

Permalink
refs #5941. Added .nxs.h5 to extensions list.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 13, 2012
1 parent 11e0c29 commit d3ff2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ void LoadEventNexus::init()
{
std::vector<std::string> exts;
exts.push_back("_event.nxs");
exts.push_back(".nxs.h5");
exts.push_back(".nxs");
this->declareProperty(new FileProperty("Filename", "", FileProperty::Load, exts),
"The name of the Event NeXus file to read, including its full or relative path. \n"
Expand Down

0 comments on commit d3ff2ae

Please sign in to comment.