]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change back template args.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jul 1999 08:58:45 +0000 (08:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Jul 1999 08:58:45 +0000 (08:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@1560 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/poisson/Makefile
deal.II/deal.II/Attic/examples/poisson/equation.cc
deal.II/deal.II/Attic/examples/poisson/poisson.cc
tests/big-tests/poisson/Makefile
tests/big-tests/poisson/equation.cc
tests/big-tests/poisson/poisson.cc

index 48c180729235b6da59bbe73dedecf6f08ec57fb3..5751836cc658de2ef35784943195bb7e27409023 100644 (file)
@@ -51,8 +51,8 @@ h-files     = $(wildcard *.h)
 lib-h-files = $(wildcard ../../include/*/*.h)
 
 # list of libraries needed to link with
-libs     = ./Obj.a   -ldeal_II_3d   -llac -lbase
-libs.g   = ./Obj.g.a -ldeal_II_3d.g -llac.g -lbase.g
+libs     = ./Obj.a   -ldeal_II_2d   -llac -lbase
+libs.g   = ./Obj.g.a -ldeal_II_2d.g -llac.g -lbase.g
 
 
 # check whether we use debug mode or not
index 17dc3ead17ad1f47e2f6b2b771f1960d563b4759..043f3da5dcfe46fe341b1a5744a40691b4d3a017 100644 (file)
@@ -83,4 +83,4 @@ void PoissonEquation<dim>::assemble (Vector<double>      &,
 
 
 
-template class PoissonEquation<3>;
+template class PoissonEquation<2>;
index 94411a0a334a08dda84c98fa7107567e3b765ca5..bbfa7841ea5a113a31b3de40091c3c2d13b16045 100644 (file)
@@ -18,7 +18,7 @@ int main (int argc, char **argv) {
                                   // no additional output to console
   deallog.depth_console (0);
 
-  PoissonProblem<3> poisson;
+  PoissonProblem<2> poisson;
   MultipleParameterLoop input_data;
 
   poisson.declare_parameters(input_data);
index 48c180729235b6da59bbe73dedecf6f08ec57fb3..5751836cc658de2ef35784943195bb7e27409023 100644 (file)
@@ -51,8 +51,8 @@ h-files     = $(wildcard *.h)
 lib-h-files = $(wildcard ../../include/*/*.h)
 
 # list of libraries needed to link with
-libs     = ./Obj.a   -ldeal_II_3d   -llac -lbase
-libs.g   = ./Obj.g.a -ldeal_II_3d.g -llac.g -lbase.g
+libs     = ./Obj.a   -ldeal_II_2d   -llac -lbase
+libs.g   = ./Obj.g.a -ldeal_II_2d.g -llac.g -lbase.g
 
 
 # check whether we use debug mode or not
index 17dc3ead17ad1f47e2f6b2b771f1960d563b4759..043f3da5dcfe46fe341b1a5744a40691b4d3a017 100644 (file)
@@ -83,4 +83,4 @@ void PoissonEquation<dim>::assemble (Vector<double>      &,
 
 
 
-template class PoissonEquation<3>;
+template class PoissonEquation<2>;
index 94411a0a334a08dda84c98fa7107567e3b765ca5..bbfa7841ea5a113a31b3de40091c3c2d13b16045 100644 (file)
@@ -18,7 +18,7 @@ int main (int argc, char **argv) {
                                   // no additional output to console
   deallog.depth_console (0);
 
-  PoissonProblem<3> poisson;
+  PoissonProblem<2> poisson;
   MultipleParameterLoop input_data;
 
   poisson.declare_parameters(input_data);

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.