Skip to content

Commit

Permalink
dsl: Enable import of CondEq and CondNe from top-level Devito
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Jul 24, 2024
1 parent 0597d00 commit acfe740
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 acfe740

Please sign in to comment.