From 02c6ece82c18ea4cfb3406f34bb18c55ee7ac2f8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Nov 2010 19:40:36 +0000 Subject: [PATCH] Fix wrong package name. git-svn-id: https://svn.dealii.org/trunk@22765 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "===========================================================" -- 2.39.5