Skip to content

Commit 84966f2

Browse files
authored
Merge pull request #131 from Sparks29032/error_fixes
Manual Math Error Fix
2 parents bd14a8f + 5d32e3c commit 84966f2

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

doc/manual/pdfmorph.pdf

-28 Bytes
Binary file not shown.

doc/manual/pdfmorph.texinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ and the nanoparticle form function is scaled
728728
Finally, we can conclude that the PDF after expansion follows
729729
@displaymath
730730
G'(r) = {{R(r/\alpha)} \over {\alpha r}} - 4\pi r {{\rho_0} \over {\alpha^3}} \gamma_0(r / \alpha)
731-
= {{G(\alpha r)} \over \alpha^2},
731+
= {{G(r/\alpha)} \over \alpha^2},
732732
@end displaymath
733733
which is the original PDF scaled by a factor @math{1/\alpha^2} and stretched by @math{\alpha}.
734734

news/error_fixes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Mathematical error in manual
20+
21+
**Security:**
22+
23+
* <news item>

tutorial/PDFmorph_manual.pdf

-720 KB
Binary file not shown.

0 commit comments

Comments
 (0)