mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
Merge branch 'developer' into gotthard2
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user