Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 9, 2025
1 parent de497d1 commit 536829b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/pywarpx/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,11 +1031,13 @@ def GCPPMLWrapper(level=0, include_ghosts=False):
mf_name="pml_G_cp", level=level, include_ghosts=include_ghosts
)


def MCCEnergyWrapper(level=0, include_ghosts=False):
return _MultiFABWrapper(
mf_name="collision_energy_change", level=level, include_ghosts=include_ghosts
)


def MCCIonizWrapper(level=0, include_ghosts=False):
return _MultiFABWrapper(
mf_name="collision_ionization", level=level, include_ghosts=include_ghosts
Expand Down

0 comments on commit 536829b

Please sign in to comment.