Skip to content
Snippets Groups Projects
Commit 46b836de authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Readd optional argument Refs #21231

parent bc178320
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ public: ...@@ -49,7 +49,7 @@ public:
std::vector<IArchiveSearch_sptr> std::vector<IArchiveSearch_sptr>
getArchiveSearch(const Kernel::FacilityInfo &facility) const; getArchiveSearch(const Kernel::FacilityInfo &facility) const;
std::string findRun(const std::string &hintstr, std::string findRun(const std::string &hintstr,
const std::vector<std::string> &exts, const std::vector<std::string> &exts = {},
const bool useExtsOnly = false) const; const bool useExtsOnly = false) const;
std::vector<std::string> findRuns(const std::string &hintstr, std::vector<std::string> findRuns(const std::string &hintstr,
const std::vector<std::string> &exts = {}, const std::vector<std::string> &exts = {},
......
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