Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 30, 2024
1 parent 309464b commit 976a0bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/festim/problem_change_of_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ def initialise(self):
self.dt = as_fenics_constant(
self.settings.stepsize.initial_value, self.mesh.mesh
)
# mobile_species = [spe for spe in self.species if spe.mobile]
# if len(mobile_species) > 1:
# raise ValueError(
# f"Only one mobile species is allowed for now. Found {len(mobile_species)}"
# )

self.define_temperature()
self.define_boundary_conditions()
Expand Down

0 comments on commit 976a0bd

Please sign in to comment.