Skip to content

Commit 3eb5e17

Browse files
committed
Fixing errors in Figs 5.1, 5.2. 5.3
1 parent 3f0b656 commit 3eb5e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chapter5/xferheat.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ nl_stats!(plot_hist, gout, "Newton-GMRES"; method=:nk)
8686
# Plot the results
8787
#
8888
varcap=parm_string(tau, omega, thetar)
89-
if fignum > 0
89+
if fignum > 0 && printlabel
9090
caption = string("Fig 5.$fignum: ", varcap)
9191
else
9292
caption = varcap

0 commit comments

Comments
 (0)