From 9a115d3598fec6ff92c27649a6600ed50d168a4f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 27 Feb 2013 15:11:29 +0000 Subject: [PATCH] avoid deprecations git-svn-id: https://svn.dealii.org/trunk@28613 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/integrators/cochain_01.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integrators/cochain_01.cc b/tests/integrators/cochain_01.cc index c1c64da091..1a76ee8732 100644 --- a/tests/integrators/cochain_01.cc +++ b/tests/integrators/cochain_01.cc @@ -1,7 +1,7 @@ //-------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2005, 2006, 2010 by the deal.II authors +// Copyright (C) 2005, 2006, 2010, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -37,9 +37,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include @@ -159,7 +159,7 @@ test_cochain(const Triangulation& tr, const FiniteElement& fe) assembler.initialize(&dof.block_info(), matrices); assembler.initialize(constraints); - MeshWorker::integration_loop( + MeshWorker::loop, MeshWorker::IntegrationInfoBox >( dof.begin_active(), dof.end(), dof_info, info_box, cell_matrix, 0, 0, assembler); -- 2.39.5