Expose DebugMaterial, DebugOperator and DebugBox

pull/98/head
Apostolos 2023-01-03 21:50:55 +02:00 committed by Thorsten Liebig
parent 9677c457e8
commit 3772497901
1 changed files with 3 additions and 1 deletions

View File

@ -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