From 81c2c788cde667ee6188d4d778f78d28cde5c7d1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 6 Mar 2007 22:23:23 +0000 Subject: [PATCH] Also work in 3d. git-svn-id: https://svn.dealii.org/trunk@14544 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/examples/step-27/Makefile b/deal.II/examples/step-27/Makefile index ad64734a77..f6f637e91f 100644 --- a/deal.II/examples/step-27/Makefile +++ b/deal.II/examples/step-27/Makefile @@ -59,9 +59,11 @@ include $D/common/Make.global_options # You may need to augment the lists of libraries when compiling your # program for other dimensions, or when using third party libraries libs.g = $(lib-deal2-2d.g) \ + $(lib-deal2-3d.g) \ $(lib-lac.g) \ $(lib-base.g) libs.o = $(lib-deal2-2d.o) \ + $(lib-deal2-3d.o) \ $(lib-lac.o) \ $(lib-base.o) -- 2.39.5