From eb7ee70f882a996589c09d2a564011c96815b004 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 16 Sep 2013 23:15:07 +0000 Subject: [PATCH] Use correct include path. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30753 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/aniso/mesh_3d_21.cc | 2 +- tests/grid/mesh_3d_20.cc | 2 +- tests/grid/mesh_3d_25.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/aniso/mesh_3d_21.cc b/tests/aniso/mesh_3d_21.cc index 0b68c02437..ae4cbd1577 100644 --- a/tests/aniso/mesh_3d_21.cc +++ b/tests/aniso/mesh_3d_21.cc @@ -20,7 +20,7 @@ // correct for anisotropic refinement #include "../tests.h" -#include "../bits/mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include diff --git a/tests/grid/mesh_3d_20.cc b/tests/grid/mesh_3d_20.cc index e91ff7a2cb..844fb60cf8 100644 --- a/tests/grid/mesh_3d_20.cc +++ b/tests/grid/mesh_3d_20.cc @@ -20,7 +20,7 @@ // and check on all faces that quadrature points match up. based on mesh_3d_7 #include "../tests.h" -#include "../bits/mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include diff --git a/tests/grid/mesh_3d_25.cc b/tests/grid/mesh_3d_25.cc index e84fda920f..d860a1bf23 100644 --- a/tests/grid/mesh_3d_25.cc +++ b/tests/grid/mesh_3d_25.cc @@ -22,7 +22,7 @@ // calculated interpolation points wrongly #include "../tests.h" -#include "../bits/mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include -- 2.39.5