Skip to content
Snippets Groups Projects
Commit 63977086 authored by Alex Buts's avatar Alex Buts
Browse files

Re #13566 fixing issues related to Mantid restructuring

parent 4df4fb48
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ public:
GetAllEi::findGuessOpeningTimes(TOF_range, ChopDelay, Period,
guess_opening_times);
}
bool filterLogProvided() const { return m_useFilterLog; }
bool filterLogProvided() const { return static_cast<bool>(m_pFilterLog); }
double getAvrgLogValue(const API::MatrixWorkspace_sptr &inputWS,
const std::string &propertyName) {
std::vector<Kernel::SplittingInterval> splitter;
......
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