mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 16:08:38 +01:00
constructor
This commit is contained in:
@@ -211,6 +211,8 @@ class slsDetectorDefs {
|
|||||||
struct xy {
|
struct xy {
|
||||||
int x{0};
|
int x{0};
|
||||||
int y{0};
|
int y{0};
|
||||||
|
xy() = default;
|
||||||
|
xy(int x, int y):x(x),y(y){};
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user