Skip to content

Commit acfe740

Browse files
committed
dsl: Enable import of CondEq and CondNe from top-level Devito
1 parent 0597d00 commit acfe740

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)