From 4199bfa7dc69c4a95469733f6e0f2f3e6cfac8f5 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 10 Dec 2015 11:25:15 -0800 Subject: [PATCH] align halfbands --- include/os2piir.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/os2piir.hpp b/include/os2piir.hpp index a809b54..3f89767 100644 --- a/include/os2piir.hpp +++ b/include/os2piir.hpp @@ -10,7 +10,7 @@ // all should be initialized to 0 TEMPLATE -struct halfband_t { +struct halfband_t : public Aligned { T ao[8], bo[8]; T at[8], bt[8]; T x1, x2, x3;