From 6bc146a3fbcf1fa01bd54338575a8c12d3acf947 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Thu, 20 May 2010 23:51:40 +0200 Subject: [PATCH] cylinder operator now based on multithreaded-operator --- FDTD/operator_cylinder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FDTD/operator_cylinder.h b/FDTD/operator_cylinder.h index 7ced7f2..1a7b63d 100644 --- a/FDTD/operator_cylinder.h +++ b/FDTD/operator_cylinder.h @@ -19,9 +19,9 @@ #define OPERATOR_CYLINDER_H //! define the base class for the cylindrical coordinate FDTD -#define __OP_CYLINDER_BASE_CLASS__ Operator_SSE_Compressed +#define __OP_CYLINDER_BASE_CLASS__ Operator_Multithread -#include "operator_sse_compressed.h" +#include "operator_multithread.h" //! This class creates an operator for a cylindrical FDTD. /*!