diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.cpp')
-rw-r--r-- | Source/Python/WarpXWrappers.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Source/Python/WarpXWrappers.cpp b/Source/Python/WarpXWrappers.cpp index a7e50d502..58a2067bc 100644 --- a/Source/Python/WarpXWrappers.cpp +++ b/Source/Python/WarpXWrappers.cpp @@ -455,33 +455,6 @@ extern "C" return warpx.stopTime (); } - int warpx_checkInt () { - WarpX& warpx = WarpX::GetInstance(); - return warpx.checkInt (); - } - int warpx_plotInt () { - WarpX& warpx = WarpX::GetInstance(); - return warpx.plotInt (); - } - - int warpx_openpmdInt () { - WarpX& warpx = WarpX::GetInstance(); - return warpx.openpmdInt (); - } - - void warpx_WriteCheckPointFile () { - WarpX& warpx = WarpX::GetInstance(); - warpx.WriteCheckPointFile (); - } - void warpx_WritePlotFile () { - WarpX& warpx = WarpX::GetInstance(); - warpx.WritePlotFile (); - } - void warpx_WriteOpenPMDFile () { - WarpX& warpx = WarpX::GetInstance(); - warpx.WriteOpenPMDFile (); - } - int warpx_finestLevel () { WarpX& warpx = WarpX::GetInstance(); return warpx.finestLevel (); |