Not everything in the book is perfect, so reader-submitted corrections and comments are very much appreciated. Please submit them through the issues or pull requests tabs at the github site, or by email to the author at [email protected]
. Corrections to the example programs themselves will appear as commits in the repository, and then in the releases.
The list of errata below shows corrections to the text. To my knowledge these exist in both the 1st and 2nd printing.
- Page 230: Formulas (9.25), (9.26), and (9.27) are all missing a "u" term. There should be "+u \psi_{pq}" added to the integrand. The code
phelm.c
itself is correct; see theIntegrandRef()
function.