From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 13:03:44 +0000 (+0000) Subject: Move the linear algebra solvers from the separate MIA library to the lac library. X-Git-Tag: v8.0.0~22780 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c82cad3ae25d276558d04e63a28e7e1a88efad0;p=dealii.git 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 --- 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: