]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move the linear algebra solvers from the separate MIA library to the lac library.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Aug 1998 13:03:44 +0000 (13:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Aug 1998 13:03:44 +0000 (13:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@474 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/convergence/Makefile
deal.II/deal.II/Attic/examples/convergence/convergence.cc
deal.II/deal.II/Attic/examples/error-estimation/Makefile
deal.II/deal.II/Attic/examples/poisson/Makefile
tests/big-tests/convergence/Makefile
tests/big-tests/convergence/convergence.cc
tests/big-tests/error-estimation/Makefile
tests/big-tests/poisson/Makefile

index 4c40024109e8a2bc5e052c7152aa0dac7041bc1e..243fe63c1c91d8c9799ee093c2be4b43e38016df 100644 (file)
@@ -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:
index 129a96c03068613c5766b520445b346c6de95637..74cfcca974f297451d4fcb1dcc8474e13310225e 100644 (file)
 #include <numerics/assembler.h>
 #include <numerics/vectors.h>
 
-#include <map.h>
-#include <fstream.h>
+#include <map>
+#include <fstream>
 #include <cmath>
 #include <string>
-extern "C" {
-#  include <stdlib.h>
-}
+#include <cstdlib>
+
 
 
 
index d821180ebfa40883dd2458059e5a6fe79ca72101..c616cebd4dd3ba43c642fdfaae5d29a0d6ec89a9 100644 (file)
@@ -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:
index 7fcb84c7b66b4382434ae1659bbff4b3e0af3fc2..1e968f2b040dd78661c5300fbc52c0430b9584ea 100644 (file)
@@ -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:
index 4c40024109e8a2bc5e052c7152aa0dac7041bc1e..243fe63c1c91d8c9799ee093c2be4b43e38016df 100644 (file)
@@ -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:
index 129a96c03068613c5766b520445b346c6de95637..74cfcca974f297451d4fcb1dcc8474e13310225e 100644 (file)
 #include <numerics/assembler.h>
 #include <numerics/vectors.h>
 
-#include <map.h>
-#include <fstream.h>
+#include <map>
+#include <fstream>
 #include <cmath>
 #include <string>
-extern "C" {
-#  include <stdlib.h>
-}
+#include <cstdlib>
+
 
 
 
index d821180ebfa40883dd2458059e5a6fe79ca72101..c616cebd4dd3ba43c642fdfaae5d29a0d6ec89a9 100644 (file)
@@ -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:
index 7fcb84c7b66b4382434ae1659bbff4b3e0af3fc2..1e968f2b040dd78661c5300fbc52c0430b9584ea 100644 (file)
@@ -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:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.