cylinder operator now based on multithreaded-operator
This commit is contained in:
parent
dab5be229b
commit
6bc146a3fb
@ -19,9 +19,9 @@
|
|||||||
#define OPERATOR_CYLINDER_H
|
#define OPERATOR_CYLINDER_H
|
||||||
|
|
||||||
//! define the base class for the cylindrical coordinate FDTD
|
//! 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.
|
//! This class creates an operator for a cylindrical FDTD.
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user