Skip to content

Commit d848426

Browse files
Merge pull request #2425 from devitocodes/condeq
dsl: Make CondEq and CondNe easier to import
2 parents 772f130 + acfe740 commit d848426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devito/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from devito.finite_differences import * # noqa
2323
from devito.operations.solve import *
2424
from devito.operator import Operator # noqa
25+
from devito.symbolics import CondEq, CondNe # noqa
2526

2627
# Other stuff exposed to the user
2728
from devito.builtins import * # noqa

0 commit comments

Comments
 (0)