Skip to content

Commit 81ab98c

Browse files
committed
compatibility fix with PySDM v2.71
1 parent 104f69a commit 81ab98c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

PySDM/dynamics/seeding.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
enough particles flagged with NaN multiplicity (translated to zeros
33
at multiplicity discretisation """
44

5+
from PySDM.dynamics.impl import register_dynamic
56

7+
8+
@register_dynamic()
69
class Seeding:
710
def __init__(
811
self,

0 commit comments

Comments
 (0)