From: Wolfgang Bangerth Date: Sun, 18 Sep 2016 00:40:21 +0000 (-0500) Subject: Update #include file path. X-Git-Tag: v8.5.0-rc1~662^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30ece27bb6e1ecf63b5aecc11810f8302b7ba35;p=dealii.git Update #include file path. --- diff --git a/tests/mpi/blockvec_02.cc b/tests/mpi/blockvec_02.cc index 4544a49788..c619f9b6ab 100644 --- a/tests/mpi/blockvec_02.cc +++ b/tests/mpi/blockvec_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2004 - 2015 by the deal.II authors +// Copyright (C) 2004 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -19,7 +19,7 @@ // to a Vector #include "../tests.h" -#include "coarse_grid_common.h" +#include "../distributed_grids/coarse_grid_common.h" #include #include #include