From: heister Date: Wed, 5 Jun 2013 18:30:53 +0000 (+0000) Subject: rename header from abstract_linear_algebra to generic_linear_algebra X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74da1a6a28546f0b41cee290d5ae9c2c7af0dd4c;p=dealii-svn.git rename header from abstract_linear_algebra to generic_linear_algebra git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29765 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 23f565cc3d..b83a8f5143 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -62,7 +62,7 @@ #include #include -#include +#include #define USE_PETSC_LA diff --git a/deal.II/examples/step-40/step-40.cc b/deal.II/examples/step-40/step-40.cc index 548ef3d2b6..3ddbfbdb1f 100644 --- a/deal.II/examples/step-40/step-40.cc +++ b/deal.II/examples/step-40/step-40.cc @@ -19,7 +19,7 @@ #include #include -#include +#include #define USE_PETSC_LA diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index 8217eb3aaa..81ffb3f488 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -35,7 +35,7 @@ #include #include -#include +#include #define USE_PETSC_LA diff --git a/deal.II/include/deal.II/lac/abstract_linear_algebra.h b/deal.II/include/deal.II/lac/generic_linear_algebra.h similarity index 98% rename from deal.II/include/deal.II/lac/abstract_linear_algebra.h rename to deal.II/include/deal.II/lac/generic_linear_algebra.h index d4e43a05dc..4efa3b7f8d 100644 --- a/deal.II/include/deal.II/lac/abstract_linear_algebra.h +++ b/deal.II/include/deal.II/lac/generic_linear_algebra.h @@ -9,8 +9,8 @@ // further information on this license. // //--------------------------------------------------------------------------- -#ifndef __deal2__abstract_linear_algebra_h -#define __deal2__abstract_linear_algebra_h +#ifndef __deal2__generic_linear_algebra_h +#define __deal2__generic_linear_algebra_h #include diff --git a/tests/Makefile.paths.in b/tests/Makefile.paths.in index 4ffeab445e..390422eae4 100644 --- a/tests/Makefile.paths.in +++ b/tests/Makefile.paths.in @@ -19,4 +19,4 @@ ULIMIT = @ULIMIT@ # in the report with it. for a branch, prefix everything # with x-branch-name/ so that tests run from the branch will show up # in different folders on the webpage. -WORKDIR = $(notdir $(shell pwd)) +WORKDIR = x-branch-unify-la/$(notdir $(shell pwd)) diff --git a/tests/gla/gla.h b/tests/gla/gla.h index 74c9f99a9b..8c82ee7783 100644 --- a/tests/gla/gla.h +++ b/tests/gla/gla.h @@ -1,5 +1,5 @@ -#include +#include class LA_PETSc { diff --git a/tests/gla/mat_01.cc b/tests/gla/mat_01.cc index 685d1a53b3..46d48c2bd4 100644 --- a/tests/gla/mat_01.cc +++ b/tests/gla/mat_01.cc @@ -15,7 +15,7 @@ // create, size, and reinit of LA::MPI::SparseMatrix #include "../tests.h" -#include +#include #include #include #include diff --git a/tests/gla/vec_00.cc b/tests/gla/vec_00.cc index 54a61dcf9c..7b672cd99f 100644 --- a/tests/gla/vec_00.cc +++ b/tests/gla/vec_00.cc @@ -15,7 +15,7 @@ // creation and size of LA::MPI::Vector #include "../tests.h" -#include +#include #include #include #include diff --git a/tests/gla/vec_01.cc b/tests/gla/vec_01.cc index 95347a8c34..3304b9382a 100644 --- a/tests/gla/vec_01.cc +++ b/tests/gla/vec_01.cc @@ -15,7 +15,7 @@ // creation and size and ghost elements of LA::MPI::Vector #include "../tests.h" -#include +#include #include #include #include diff --git a/tests/gla/vec_02.cc b/tests/gla/vec_02.cc index 0ee3cc68a8..766738ce92 100644 --- a/tests/gla/vec_02.cc +++ b/tests/gla/vec_02.cc @@ -15,7 +15,7 @@ // assignment of ghost vectors #include "../tests.h" -#include +#include #include #include #include diff --git a/tests/lac/ala_01.cc b/tests/lac/ala_01.cc index 170f59081c..41a810b7f4 100644 --- a/tests/lac/ala_01.cc +++ b/tests/lac/ala_01.cc @@ -16,7 +16,7 @@ #include "../tests.h" #include -#include +#include #include #include