mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
constructor
This commit is contained in:
parent
66b837eb59
commit
a0c222b3c6
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user