diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 3fc2ecc93..4a649a564 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -110,14 +110,6 @@ extern "C" { int warpx_maxStep (); amrex::Real warpx_stopTime (); - int warpx_checkInt (); - int warpx_plotInt (); - int warpx_openpmdInt (); - - void warpx_WriteCheckPointFile (); - void warpx_WritePlotFile (); - void warpx_WriteOpenPMDFile (); - int warpx_finestLevel (); void mypc_Redistribute (); |