Skip to content

Commit

Permalink
psi not phi #58
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmcbain committed Oct 2, 2018
1 parent a458971 commit 457e389
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 457e389

Please sign in to comment.