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 10, 2025
1 parent d5aa155 commit aea73e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python/pywarpx/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,17 @@ def callfromafterInitEsolve(f):
def installafterInitEsolve(f):
installcallback("afterInitEsolve", f)


# ----------------------------------------------------------------------------
def callfromafterInitatRestart(f):
installcallback("afterInitatRestart", f)
return f


def installafterInitatRestart(f):
installcallback("afterInitatRestart", f)


# ----------------------------------------------------------------------------
def callfromafterinit(f):
installcallback("afterinit", f)
Expand Down

0 comments on commit aea73e8

Please sign in to comment.