From d3ff2aee95fef6fed0b16986aeff3f9900b5131f Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Fri, 12 Oct 2012 10:36:01 -0400
Subject: [PATCH] refs #5941. Added .nxs.h5 to extensions list.

---
 Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp b/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
index 8a968b8fd59..410ae5ba3d0 100644
--- a/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/LoadEventNexus.cpp
@@ -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"
-- 
GitLab