*** empty log message ***
This commit is contained in:
parent
5c3e04b18b
commit
e6fd8cc2e8
@ -70,11 +70,15 @@ struct matel4
|
|||||||
|
|
||||||
|
|
||||||
template<class I, class T>
|
template<class I, class T>
|
||||||
struct matel4stored
|
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