From a31948d83199659c062309c757f3da4b4d120b55 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 19 Feb 1999 13:00:02 +0000 Subject: [PATCH] Update doc. git-svn-id: https://svn.dealii.org/trunk@846 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/gradients.cc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/gradients.cc b/tests/deal.II/gradients.cc index cf420b3a03..b71fa6902b 100644 --- a/tests/deal.II/gradients.cc +++ b/tests/deal.II/gradients.cc @@ -1,5 +1,12 @@ -// $Id$ -// test for correctness of gradients on a given cell +// $Id$ + +// test for correctness of gradients on a given cell. originally, this +// file did the testing itself, by comparing the computed results with +// builtin values; this would be unnecessary now, by simply comparing +// against a prebuilt output file, but it works this way also. if the +// computations fail at some time, the "ok" will be replaced by +// "WRONG!", which would let the comparison against the stored .expect +// file fail also. // deal_II_libraries.g=-ldeal_II_2d.g // deal_II_libraries=-ldeal_II_2d -- 2.39.5