*** empty log message ***

This commit is contained in:
jiri 2007-04-18 12:30:59 +00:00
parent 5c3e04b18b
commit e6fd8cc2e8

View File

@ -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