Skip to content

Commit

Permalink
Refs #7705. Adding new extension to algo init.
Browse files Browse the repository at this point in the history
(cherry picked from commit 48fcfcd)
  • Loading branch information
Michael Reuter authored and stuartcampbell committed Aug 15, 2013
1 parent 933bf72 commit 6395978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/DataHandling/src/LoadDaveGrp.cpp
Expand Up @@ -92,6 +92,7 @@ void LoadDaveGrp::init()
exts.push_back(".grp");
exts.push_back(".sqe");
exts.push_back(".txt");
exts.push_back(".dat");

this->declareProperty(new API::FileProperty("Filename", "", API::FileProperty::Load, exts),
"A DAVE grouped ASCII file");
Expand Down

0 comments on commit 6395978

Please sign in to comment.