From 373927de9d3f50d44a3d23f25c4e9d434e9ef7e9 Mon Sep 17 00:00:00 2001
From: Andrei Savici <saviciat@ornl.gov>
Date: Tue, 2 Apr 2013 16:51:52 -0400
Subject: [PATCH] Added h5 and hd5 extensions to Load. Refs #6819

---
 Code/Mantid/Framework/DataHandling/src/Load.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Code/Mantid/Framework/DataHandling/src/Load.cpp b/Code/Mantid/Framework/DataHandling/src/Load.cpp
index 5001c1ad055..35a2c5be2bc 100644
--- a/Code/Mantid/Framework/DataHandling/src/Load.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/Load.cpp
@@ -379,6 +379,8 @@ namespace Mantid
       exts.push_back(".spe");
       exts.push_back(".grp");
       exts.push_back(".nxspe");
+      exts.push_back(".h5");
+      exts.push_back(".hd5");
 
       declareProperty(new MultipleFileProperty("Filename", exts),
         "The name of the file(s) to read, including the full or relative "
-- 
GitLab