aboutsummaryrefslogtreecommitdiff
path: root/Source/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Python')
-rw-r--r--Source/Python/WarpXWrappers.cpp27
-rw-r--r--Source/Python/WarpXWrappers.h8
2 files changed, 0 insertions, 35 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 ();
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 ();