From 7c82cad3ae25d276558d04e63a28e7e1a88efad0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 13:03:44 +0000 Subject: [PATCH] Move the linear algebra solvers from the separate MIA library to the lac library. git-svn-id: https://svn.dealii.org/trunk@474 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/convergence/Makefile | 2 +- .../deal.II/Attic/examples/convergence/convergence.cc | 9 ++++----- deal.II/deal.II/Attic/examples/error-estimation/Makefile | 2 +- deal.II/deal.II/Attic/examples/poisson/Makefile | 2 +- tests/big-tests/convergence/Makefile | 2 +- tests/big-tests/convergence/convergence.cc | 9 ++++----- tests/big-tests/error-estimation/Makefile | 2 +- tests/big-tests/poisson/Makefile | 2 +- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/convergence/Makefile b/deal.II/deal.II/Attic/examples/convergence/Makefile index 4c40024109..243fe63c1c 100644 --- a/deal.II/deal.II/Attic/examples/convergence/Makefile +++ b/deal.II/deal.II/Attic/examples/convergence/Makefile @@ -15,7 +15,7 @@ debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o +user-libs = # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: diff --git a/deal.II/deal.II/Attic/examples/convergence/convergence.cc b/deal.II/deal.II/Attic/examples/convergence/convergence.cc index 129a96c030..74cfcca974 100644 --- a/deal.II/deal.II/Attic/examples/convergence/convergence.cc +++ b/deal.II/deal.II/Attic/examples/convergence/convergence.cc @@ -16,13 +16,12 @@ #include #include -#include -#include +#include +#include #include #include -extern "C" { -# include -} +#include + diff --git a/deal.II/deal.II/Attic/examples/error-estimation/Makefile b/deal.II/deal.II/Attic/examples/error-estimation/Makefile index d821180ebf..c616cebd4d 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/Makefile +++ b/deal.II/deal.II/Attic/examples/error-estimation/Makefile @@ -15,7 +15,7 @@ debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o +user-libs = # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: diff --git a/deal.II/deal.II/Attic/examples/poisson/Makefile b/deal.II/deal.II/Attic/examples/poisson/Makefile index 7fcb84c7b6..1e968f2b04 100644 --- a/deal.II/deal.II/Attic/examples/poisson/Makefile +++ b/deal.II/deal.II/Attic/examples/poisson/Makefile @@ -15,7 +15,7 @@ debug-mode = on # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o ../../lib/libfe.g.a +user-libs = ../../lib/libfe.g.a # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: diff --git a/tests/big-tests/convergence/Makefile b/tests/big-tests/convergence/Makefile index 4c40024109..243fe63c1c 100644 --- a/tests/big-tests/convergence/Makefile +++ b/tests/big-tests/convergence/Makefile @@ -15,7 +15,7 @@ debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o +user-libs = # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: diff --git a/tests/big-tests/convergence/convergence.cc b/tests/big-tests/convergence/convergence.cc index 129a96c030..74cfcca974 100644 --- a/tests/big-tests/convergence/convergence.cc +++ b/tests/big-tests/convergence/convergence.cc @@ -16,13 +16,12 @@ #include #include -#include -#include +#include +#include #include #include -extern "C" { -# include -} +#include + diff --git a/tests/big-tests/error-estimation/Makefile b/tests/big-tests/error-estimation/Makefile index d821180ebf..c616cebd4d 100644 --- a/tests/big-tests/error-estimation/Makefile +++ b/tests/big-tests/error-estimation/Makefile @@ -15,7 +15,7 @@ debug-mode = off # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o +user-libs = # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: diff --git a/tests/big-tests/poisson/Makefile b/tests/big-tests/poisson/Makefile index 7fcb84c7b6..1e968f2b04 100644 --- a/tests/big-tests/poisson/Makefile +++ b/tests/big-tests/poisson/Makefile @@ -15,7 +15,7 @@ debug-mode = on # If you want your program to be linked with extra object or library # files, specify them here: -user-libs = ../../../mia/control.o ../../lib/libfe.g.a +user-libs = ../../lib/libfe.g.a # To run the program, use "make run"; to give parameters to the program, # give the parameters to the following variable: -- 2.39.5