diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/Splines.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx index 6f49d83d9d15..fa31a609c61e 100644 --- a/chart2/source/view/charttypes/Splines.cxx +++ b/chart2/source/view/charttypes/Splines.cxx @@ -65,7 +65,7 @@ public: /** @descr this function corresponds to the function splint in [1]. - [1] Numerical Recipies in C, 2nd edition + [1] Numerical Recipes in C, 2nd edition William H. Press, et al., Section 3.3, page 116 */ @@ -88,7 +88,7 @@ private: /** @descr this function corresponds to the function spline in [1]. - [1] Numerical Recipies in C, 2nd edition + [1] Numerical Recipes in C, 2nd edition William H. Press, et al., Section 3.3, page 115 */ |