Skip to content
Snippets Groups Projects
Commit 373927de authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Added h5 and hd5 extensions to Load. Refs #6819

parent 56079627
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment