mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-09 14:20:03 +02:00
Merge branch '3.0.1' into developer
This commit is contained in:
commit
fb3c903c04
@ -3702,13 +3702,15 @@ string multiSlsDetector::getNetworkParameter(networkParameter p) {
|
||||
setErrorMask(getErrorMask()|(1<<idet));
|
||||
|
||||
if (s0=="")
|
||||
s0=s;
|
||||
s0=s+string("+");
|
||||
else
|
||||
s0+=string("+")+s;
|
||||
s0+=s+string("+");
|
||||
|
||||
if (s1=="")
|
||||
s1=s;
|
||||
else if (s1!=s)
|
||||
s1="bad";
|
||||
|
||||
}
|
||||
}
|
||||
if (s1=="bad")
|
||||
|
Loading…
x
Reference in New Issue
Block a user