From: bangerth Date: Tue, 16 Nov 2010 19:40:36 +0000 (+0000) Subject: Fix wrong package name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c6ece82c18ea4cfb3406f34bb18c55ee7ac2f8;p=dealii-svn.git Fix wrong package name. git-svn-id: https://svn.dealii.org/trunk@22765 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/Makefile b/deal.II/examples/step-32/Makefile index be88f60319..c55cca8584 100644 --- a/deal.II/examples/step-32/Makefile +++ b/deal.II/examples/step-32/Makefile @@ -54,7 +54,7 @@ default run clean: @echo "===========================================================" @echo "= This program can only be run with the following =" @echo "= configuration: =" - @echo "= - with PETSc =" + @echo "= - with Trilinos =" @echo "= - with P4EST =" @echo "= At least one of these conditions is not satisfied. =" @echo "==========================================================="