From: Wolfgang Bangerth Date: Wed, 2 Jan 2002 08:23:30 +0000 (+0000) Subject: Improve wording to reduce confusion about what AVS can do. X-Git-Tag: v8.0.0~18492 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b20975cdc4ef99eebe977729b15931640ac2905;p=dealii.git Improve wording to reduce confusion about what AVS can do. git-svn-id: https://svn.dealii.org/trunk@5343 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,