mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 05:07:05 +01:00
C++ happy
This commit is contained in:
@ -32,7 +32,7 @@ extern "C" { // for linkage
|
|||||||
#include "lime.h"
|
#include "lime.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
// Data representation of records that enter ILDG and SciDac formats
|
// Data representation of records that enter ILDG and SciDac formats
|
||||||
@ -231,6 +231,6 @@ struct usqcdPropInfo : Serializable {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user