mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
Merge branch '4.0.0' of github.com:slsdetectorgroup/slsDetectorPackage into 4.0.0
This commit is contained in:
commit
cab9dff225
@ -610,7 +610,7 @@ slsDetector* multiSlsDetector::getSlsDetector(unsigned int pos) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
slsDetector *multiSlsDetector::operator()(int pos) {
|
||||
slsDetector *multiSlsDetector::operator()(int pos) const {
|
||||
if (pos >= 0 && pos < (int)detectors.size())
|
||||
return detectors[pos];
|
||||
return NULL;
|
||||
|
@ -491,7 +491,7 @@ public:
|
||||
* @param pos position in the multi list
|
||||
* @returns slsDetector object
|
||||
*/
|
||||
slsDetector *operator()(int pos);
|
||||
slsDetector *operator()(int pos) const;
|
||||
|
||||
/**
|
||||
* Free shared memory from the command line
|
||||
|
Loading…
x
Reference in New Issue
Block a user