diff options
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index a7d389750..9237cefe5 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -32,6 +32,8 @@ extern "C" { int warpx_nComps(); + int warpx_nCompsSpecies(const char* char_species_name); + int warpx_SpaceDim(); void amrex_init (int argc, char* argv[]); |