generic call for hostname and sgetDetectorsType

This commit is contained in:
Erik Frojdh
2018-05-29 16:59:55 +02:00
parent e3088d822f
commit ceed0eaa9b
2 changed files with 25 additions and 30 deletions

View File

@ -1044,6 +1044,9 @@ class multiSlsDetector : public slsDetectorUtils {
void setErrorMaskFromAllDetectors();
std::string concatResultOrPos(std::string (slsDetector::*somefunc)(int), int pos);
template<typename T>
bool allElemetsEqual(const std::vector<T>&);