*** empty log message ***

This commit is contained in:
jiri 2007-04-18 12:30:59 +00:00
parent 5c3e04b18b
commit e6fd8cc2e8
1 changed files with 6 additions and 2 deletions

View File

@ -70,11 +70,15 @@ struct matel4
template<class I, class T>
struct matel4stored
struct matel4stored
{
T elem;
union packed_index<I> index;
};
}
#ifdef __GNUC__
__attribute__((packed))
#endif
;
//later add symmetry of complex integrals