Merge branch 'developer' into gotthard2

This commit is contained in:
2020-01-21 16:05:04 +01:00
9 changed files with 283 additions and 102 deletions

View File

@ -211,6 +211,8 @@ class slsDetectorDefs {
struct xy {
int x{0};
int y{0};
xy() = default;
xy(int x, int y):x(x),y(y){};
};
#endif