mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
removed unused variable in slsDetector
This commit is contained in:
@ -827,8 +827,8 @@ int multiSlsDetector::addSlsDetector(detectorType t, int pos) {
|
|||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
cout << "Creating detector " << id << " of type " << getDetectorType(t) << endl;
|
cout << "Creating detector " << id << " of type " << getDetectorType(t) << endl;
|
||||||
#endif
|
#endif
|
||||||
slsDetector *s=new slsDetector(pos, t, id, this);
|
new slsDetector(pos, t, id, this);
|
||||||
s=NULL;
|
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
cout << "Adding it to the multi detector structure" << endl;
|
cout << "Adding it to the multi detector structure" << endl;
|
||||||
#endif
|
#endif
|
||||||
@ -6998,4 +6998,3 @@ bool multiSlsDetector::isAcquireReady() {
|
|||||||
thisMultiDetector->acquiringFlag = true;
|
thisMultiDetector->acquiringFlag = true;
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user