Merge branch 'developer' into gui

This commit is contained in:
2019-06-25 10:51:17 +02:00
11 changed files with 117 additions and 52 deletions

View File

@ -3188,7 +3188,7 @@ void slsDetector::updateRateCorrection() {
break;
default:
setRateCorrection(0);
throw sls::NonCriticalError(
throw sls::RuntimeError(
"Rate correction Deactivated, must be in 32 or 16 bit mode");
}
}