Skip to content

Commit

Permalink
Merge pull request #64 from gdmcbain/psi-58
Browse files Browse the repository at this point in the history
psi not phi #58
  • Loading branch information
kinnala authored Oct 3, 2018
2 parents a458971 + 457e389 commit 9931d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex18.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def unit_rotation(v, dv, ddv, w):

M, Psi = ib.refinterp(psi, 3)
Psi0 = max(Psi)
print('phi0 = {} (cf. exact = 1/64 = {})'.format(Psi0, 1/64))
print('max psi = {} (cf. exact = 1/64 = {})'.format(Psi0, 1/64))

ax = mesh.draw()
fig = ax.get_figure()
Expand Down

0 comments on commit 9931d11

Please sign in to comment.