*** empty log message ***
This commit is contained in:
parent
5c3e04b18b
commit
e6fd8cc2e8
@ -74,7 +74,11 @@ struct matel4stored
|
|||||||
{
|
{
|
||||||
T elem;
|
T elem;
|
||||||
union packed_index<I> index;
|
union packed_index<I> index;
|
||||||
};
|
}
|
||||||
|
#ifdef __GNUC__
|
||||||
|
__attribute__((packed))
|
||||||
|
#endif
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
//later add symmetry of complex integrals
|
//later add symmetry of complex integrals
|
||||||
|
Loading…
Reference in New Issue
Block a user