cylinder operator now based on multithreaded-operator

This commit is contained in:
Thorsten Liebig 2010-05-20 23:51:40 +02:00
parent dab5be229b
commit 6bc146a3fb

View File

@ -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.
/*!