Expose DebugMaterial, DebugOperator and DebugBox
parent
9677c457e8
commit
3772497901
|
@ -55,8 +55,10 @@ cdef extern from "openEMS/openems.h":
|
|||
void SetAbort(bool val)
|
||||
|
||||
void SetVerboseLevel(int level)
|
||||
void DebugPEC() nogil
|
||||
void DebugMaterial() nogil
|
||||
void DebugPEC() nogil
|
||||
void DebugOperator() nogil
|
||||
void DebugBox() nogil
|
||||
void DebugCSX() nogil
|
||||
|
||||
int SetupFDTD() nogil
|
||||
|
|
Loading…
Reference in New Issue