From 83cb0b13e455dc64f4b19039e47d52553ed4583f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jul 2003 20:53:09 +0000 Subject: [PATCH] Clarify docs a little as to origin of wave components. git-svn-id: https://svn.dealii.org/trunk@7827 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/time_dependent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index 15b1a92e62..a2b914bc91 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -183,7 +183,8 @@ template class Triangulation; * @sect3{Implementation} * * The main loop of a program using this class will usually look like - * the following one, taken modified from the wave program: + * the following one, taken modified from an application program that + * isn't distributed as part of the library: * @begin{verbatim} * template * void TimeDependent_Wave::run_sweep (const unsigned int sweep_no) -- 2.39.5