mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 00:36:55 +01:00
IO: serialisable enums
This commit is contained in:
@ -9,7 +9,7 @@ using namespace Grid::QCD;
|
||||
class myclass: Serializable {
|
||||
public:
|
||||
|
||||
GRID_DECL_CLASS_MEMBERS(myclass,
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(myclass,
|
||||
int, domaindecompose,
|
||||
int, domainsize,
|
||||
int, order,
|
||||
|
Reference in New Issue
Block a user