From 7df39bafcb7dd4dfbe3e588b75d9f61e7d83d301 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 8 Feb 2011 11:42:59 +0100 Subject: [PATCH] fix: missing operator construction --- FDTD/operator_multithread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FDTD/operator_multithread.cpp b/FDTD/operator_multithread.cpp index 3c691fa..77c536e 100644 --- a/FDTD/operator_multithread.cpp +++ b/FDTD/operator_multithread.cpp @@ -44,7 +44,7 @@ Engine* Operator_Multithread::CreateEngine() const return e; } -Operator_Multithread::Operator_Multithread() +Operator_Multithread::Operator_Multithread() : Operator_SSE_Compressed() { m_CalcEC_Start=NULL; m_CalcEC_Stop=NULL;