compareRetrun.. to minusOneIf..

This commit is contained in:
Erik Frojdh
2018-05-28 11:55:11 +02:00
parent 5be2979fff
commit 06f84585af
2 changed files with 7 additions and 5 deletions

View File

@ -1050,7 +1050,7 @@ class multiSlsDetector : public slsDetectorUtils {
int parallelCallDetectorMember(int (slsDetector::*somefunc)());
int parallelCallDetectorMember(int (slsDetector::*somefunc)(int), int value); //Should probably be templated
int parallelCallDetectorMember(int (slsDetector::*somefunc)(int, int, int), int v0, int v1, int v2); //Should probably be templated
int compareReturnValues(const std::vector<int>&);
int minusOneIfDifferent(const std::vector<int>&);
/** returns the detector trimbit/settings directory \sa sharedSlsDetector */
std::string getSettingsDir();