Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanbeg committed Dec 21, 2020
1 parent f8e6bd8 commit 81e9e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def disk_with_internal_boundary(d, hb, ht, lmax):
# gmsh geometry script (obtained using gmsh)
geo_script = textwrap.dedent('""\
geo_script = textwrap.dedent("""\
lmax = DefineNumber[ $lmax$, Name "Parameters/lmax" ];
rad = DefineNumber[ $rad$, Name "Parameters/rad" ];
hb = DefineNumber[ $hb$, Name "Parameters/hb" ];
Expand Down

0 comments on commit 81e9e3d

Please sign in to comment.