This commit is contained in:
2021-07-01 16:10:33 +02:00
parent a1da362d2e
commit 4b81cfbd6c
2 changed files with 41 additions and 87 deletions

View File

@@ -275,7 +275,7 @@ class Implementation : private virtual slsDetectorDefs {
// config parameters
int numThreads{1};
detectorType myDetectorType{GENERIC};
detectorType detType{GENERIC};
int numDet[MAX_DIMENSIONS] = {0, 0};
int modulePos{0};
std::string detHostname;