Skip to content

Commit f59faf6

Browse files
committed
Remove version check
1 parent 9009018 commit f59faf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/festim/subdomain/volume_subdomain.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
from festim.helpers_discontinuity import transfer_meshtags_to_submesh
99
from festim.material import Material
1010

11-
# Check the version of dolfinx
12-
dolfinx_version = dolfinx.__version__
13-
1411
# Define the appropriate method based on the version
1512
try:
1613
from dolfinx.mesh import EntityMap

0 commit comments

Comments
 (0)