diff src/Silvet.cpp @ 114:b2f0967cb8d1 bqvec-openmp

Pull out shifted templates into separate arrays with proper alignment (trading off memory occupied against getting the alignments right)
author Chris Cannam
date Wed, 07 May 2014 09:43:15 +0100
parents c4eae816bdb3
children
line wrap: on
line diff
--- a/src/Silvet.cpp	Wed May 07 09:08:52 2014 +0100
+++ b/src/Silvet.cpp	Wed May 07 09:43:15 2014 +0100
@@ -43,6 +43,7 @@
     m_cq(0),
     m_hqMode(true)
 {
+    EM::initialise();
 }
 
 Silvet::~Silvet()