Skip to content

Commit

Permalink
Update Stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 5, 2023
1 parent 9da3ca7 commit f0a86fb
Show file tree
Hide file tree
Showing 6 changed files with 1,302 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ from amrex.Array4 import register_Array4_extension
from amrex.ArrayOfStructs import register_AoS_extension
from amrex.MultiFab import register_MultiFab_extension
from amrex.PODVector import register_PODVector_extension
from amrex.ParticleContainer import register_ParticleContainer_extension
from amrex.StructOfArrays import register_SoA_extension
from amrex.space1d.amrex_1d_pybind import (
AlmostEqual,
Expand Down Expand Up @@ -472,6 +473,7 @@ __all__ = [
"register_Array4_extension",
"register_MultiFab_extension",
"register_PODVector_extension",
"register_ParticleContainer_extension",
"register_SoA_extension",
"size",
"ubound",
Expand Down
Loading

0 comments on commit f0a86fb

Please sign in to comment.