Skip to content

Commit 4866bb1

Browse files
committed
fix two small issues in mesh.py
1 parent 563eb0d commit 4866bb1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cashocs/geometry/mesh.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ def regular_box_mesh(
344344
"""
345345
n = int(n)
346346

347-
dim = 2
348-
sizes = [1.0, 1.0]
349-
350347
if comm is None:
351348
comm = mpi.COMM_WORLD
352349

0 commit comments

Comments
 (0)