From 1b20975cdc4ef99eebe977729b15931640ac2905 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 Jan 2002 08:23:30 +0000 Subject: [PATCH] Improve wording to reduce confusion about what AVS can do. git-svn-id: https://svn.dealii.org/trunk@5343 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-5/step-5.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-5/step-5.cc b/deal.II/examples/step-5/step-5.cc index b0376e0321..9d8c8e8b2b 100644 --- a/deal.II/examples/step-5/step-5.cc +++ b/deal.II/examples/step-5/step-5.cc @@ -950,8 +950,10 @@ void LaplaceProblem::run () // format (but the ending // of the ``UCD''-file is // ``inp''), as supported - // by AVS Explorer, for - // example: + // as input format by the + // AVS Explorer (a + // visualization program), + // for example: grid_in.read_ucd (input_file); // If you like to use // another input format, -- 2.39.5