From e6fd8cc2e88e11a0fa84345bdccb3153df6a6fc2 Mon Sep 17 00:00:00 2001 From: jiri Date: Wed, 18 Apr 2007 12:30:59 +0000 Subject: [PATCH] *** empty log message *** --- fourindex.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fourindex.h b/fourindex.h index a2c6fb5..3a3ad61 100644 --- a/fourindex.h +++ b/fourindex.h @@ -70,11 +70,15 @@ struct matel4 template -struct matel4stored +struct matel4stored { T elem; union packed_index index; - }; + } +#ifdef __GNUC__ +__attribute__((packed)) +#endif +; //later add symmetry of complex integrals