Skip to content

Commit

Permalink
Merge pull request #2425 from devitocodes/condeq
Browse files Browse the repository at this point in the history
dsl: Make CondEq and CondNe easier to import
  • Loading branch information
FabioLuporini authored Jul 24, 2024
2 parents 772f130 + acfe740 commit d848426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from devito.finite_differences import * # noqa
from devito.operations.solve import *
from devito.operator import Operator # noqa
from devito.symbolics import CondEq, CondNe # noqa

# Other stuff exposed to the user
from devito.builtins import * # noqa
Expand Down

0 comments on commit d848426

Please sign in to comment.