Skip to content

Commit c103c7b

Browse files
committed
Another import fix
1 parent f6aba0f commit c103c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/festim/hydrogen_transport_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@ def update_post_processing_solutions(self):
21422142
continue
21432143
spe.post_processing_solution.interpolate(spe.dg_expr)
21442144

2145-
def create_dirichletbc_form(self, bc: festim.FixedConcentrationBC):
2145+
def create_dirichletbc_form(self, bc: boundary_conditions.FixedConcentrationBC):
21462146
"""Creates a dirichlet boundary condition form
21472147
21482148
Args:

0 commit comments

Comments
 (0)