Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75393 - sandbox/variadic_templates/sandbox/stepper/libs/array_stepper/examples
From: cppljevans_at_[hidden]
Date: 2011-11-07 13:48:28


Author: cppljevans
Date: 2011-11-07 13:48:28 EST (Mon, 07 Nov 2011)
New Revision: 75393
URL: http://svn.boost.org/trac/boost/changeset/75393

Log:
Corrent comment in exact_values about wiki reference.

Text files modified:
   sandbox/variadic_templates/sandbox/stepper/libs/array_stepper/examples/array_dyn.diff_pde.cpp | 7 ++++++-
   1 files changed, 6 insertions(+), 1 deletions(-)

Modified: sandbox/variadic_templates/sandbox/stepper/libs/array_stepper/examples/array_dyn.diff_pde.cpp
==============================================================================
--- sandbox/variadic_templates/sandbox/stepper/libs/array_stepper/examples/array_dyn.diff_pde.cpp (original)
+++ sandbox/variadic_templates/sandbox/stepper/libs/array_stepper/examples/array_dyn.diff_pde.cpp 2011-11-07 13:48:28 EST (Mon, 07 Nov 2011)
@@ -1947,6 +1947,11 @@
     exact_values
       ( std::vector<value_t>const& a_vals
       )
+ /**@brief
+ * Fundamental solution to heat or diffusion equation:
+ * [WikiFundDiff2011]
+ * http://en.wikipedia.org/wiki/Heat_equation#Fundamental_solutions
+ */
       {
         //#define TRACE_EXACT_VALUES
         #ifdef TRACE_EXACT_VALUES
@@ -1974,7 +1979,7 @@
             //This is the n/2 in equation following sentence:
             // The n-variable fundamental solution is the product of the
             // fundamental solutions in each variable; i.e.,
- //in [Wiki2011].
+ //in [WikifundDiff2011].
             ;
             value_t
           t_val=a_vals[0];


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk