From: bangerth Date: Sun, 19 Sep 2010 17:28:41 +0000 (+0000) Subject: Rename common include files to have suffix .h instead of .h. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2e9547e91e0937c548c07c3011fc8e50f85d5c;p=dealii-svn.git Rename common include files to have suffix .h instead of .h. git-svn-id: https://svn.dealii.org/trunk@22071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/face_interpolation.cc b/tests/bits/face_interpolation.cc index 3ae23ddaca..8984addeef 100644 --- a/tests/bits/face_interpolation.cc +++ b/tests/bits/face_interpolation.cc @@ -12,7 +12,7 @@ //---------------------------- face_interpolation.cc --------------------------- #include "../tests.h" -#include "fe_tools_common.cc" +#include "fe_tools_common.h" // check // FE::face_interpolation diff --git a/tests/bits/fe_face_to_cell_index.cc b/tests/bits/fe_face_to_cell_index.cc index d164d65bcd..a0635d2ae2 100644 --- a/tests/bits/fe_face_to_cell_index.cc +++ b/tests/bits/fe_face_to_cell_index.cc @@ -11,7 +11,7 @@ //---------------------------- fe_tools_14.cc --------------------------- #include "../tests.h" -#include "dof_tools_common.cc" +#include "dof_tools_common.h" // comparison of the results of // FE::face_to_equivalent_cell_index (i) diff --git a/tests/bits/hp_constraints_are_implemented.cc b/tests/bits/hp_constraints_are_implemented.cc index 79083975a0..4b3f3eecf9 100644 --- a/tests/bits/hp_constraints_are_implemented.cc +++ b/tests/bits/hp_constraints_are_implemented.cc @@ -12,7 +12,7 @@ //---------------------------- hp_constraints_are_implemented.cc --------------------------- #include "../tests.h" -#include "dof_tools_common.cc" +#include "dof_tools_common.h" #include // check diff --git a/tests/bits/n_dofs_per_object.cc b/tests/bits/n_dofs_per_object.cc index 680018da5f..e56192cc6b 100644 --- a/tests/bits/n_dofs_per_object.cc +++ b/tests/bits/n_dofs_per_object.cc @@ -12,7 +12,7 @@ //---------------------------- n_dofs_per_object.cc --------------------------- #include "../tests.h" -#include "dof_tools_common.cc" +#include "dof_tools_common.h" #include // check diff --git a/tests/bits/subface_interpolation.cc b/tests/bits/subface_interpolation.cc index 2eb8c03d34..7f6bd9237e 100644 --- a/tests/bits/subface_interpolation.cc +++ b/tests/bits/subface_interpolation.cc @@ -12,7 +12,7 @@ //---------------------------- subface_interpolation.cc --------------------------- #include "../tests.h" -#include "fe_tools_common.cc" +#include "fe_tools_common.h" // check // FE::subface_interpolation