From 8efbc44c76a1ac162b1bb84b204df01b02f4d9b0 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sat, 10 Mar 2012 00:45:24 +0000 Subject: [PATCH] tags git-svn-id: https://svn.dealii.org/trunk@25233 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/integrators/mesh_worker_03.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integrators/mesh_worker_03.cc b/tests/integrators/mesh_worker_03.cc index 963ea2d048..09caabd3b1 100644 --- a/tests/integrators/mesh_worker_03.cc +++ b/tests/integrators/mesh_worker_03.cc @@ -1,5 +1,5 @@ //---------------------------------------------------------------------- -// $Id: mesh_worker_02.cc 23710 2011-05-17 04:50:10Z bangerth $ +// $Id$ // // Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2012 by the deal.II authors // @@ -166,7 +166,7 @@ assemble(const DoFHandler& dof_handler, SparseMatrix& matrix) dof_info, info_box, &MatrixIntegrator::cell, - 0,//&MatrixIntegrator::bdry, + 0, &MatrixIntegrator::face, assembler); } -- 2.39.5