Skip to content

Commit af25e3b

Browse files
committed
Resolve namespace clash with latest tlm_adjoint
1 parent ee3d698 commit af25e3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fenics_ice/backend.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ def _Vector_inner(self, /, other):
1616
_Vector__inner_orig = cpp_PETScVector.inner
1717
cpp_PETScVector.inner = _Vector_inner
1818
del _Vector_inner, cpp_PETScVector
19+
20+
from fenics import Vector

0 commit comments

Comments
 (0)