mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
WIP
This commit is contained in:
@ -284,6 +284,12 @@ format
|
||||
Y = 1 /**< Y dimension */
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
struct coordinates {
|
||||
int x{0};
|
||||
int y{0};
|
||||
};
|
||||
#endif
|
||||
/**
|
||||
enable/disable flags
|
||||
*/
|
||||
|
Reference in New Issue
Block a user