From: Wolfgang Bangerth Date: Mon, 16 Sep 2013 23:15:07 +0000 (+0000) Subject: Use correct include path. X-Git-Tag: v8.1.0~570^2~314 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286dc74354e7931a1d84a493d643bea2c4fdae2c;p=dealii.git Use correct include path. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30753 0785d39b-7218-0410-832d-ea1e28bc413d --- 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