diff options
author | 2019-09-06 14:06:08 -0700 | |
---|---|---|
committer | 2019-09-06 14:06:08 -0700 | |
commit | 0e0f6b2f11968357ee9890a507d939e63f68bb45 (patch) | |
tree | 04bdb115d0a95ba91728778a9279db652da510b1 /Source/Python/WarpXWrappers.h | |
parent | 62496147d69527a138cd1f195e462c4afa89b7f4 (diff) | |
download | WarpX-0e0f6b2f11968357ee9890a507d939e63f68bb45.tar.gz WarpX-0e0f6b2f11968357ee9890a507d939e63f68bb45.tar.zst WarpX-0e0f6b2f11968357ee9890a507d939e63f68bb45.zip |
Updated Python particles interface to allow refined levels
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 44e0ed4e1..0a476b5fc 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -79,10 +79,10 @@ extern "C" { int* warpx_getCurrentDensityLoVects(int lev, int direction, int *return_size, int* ngrow); - double** warpx_getParticleStructs(int speciesnumber, + double** warpx_getParticleStructs(int speciesnumber, int lev, int* num_tiles, int** particles_per_tile); - double** warpx_getParticleArrays(int speciesnumber, int comp, + double** warpx_getParticleArrays(int speciesnumber, int comp, int lev, int* num_tiles, int** particles_per_tile); void warpx_ComputeDt (); |