From 6f7666e872bab9cc9111f813e8c84e594d60b7e7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 20 Feb 2012 10:29:48 +0000 Subject: [PATCH] Fix a pedantic warning. git-svn-id: https://svn.dealii.org/trunk@25121 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index ada4fd0f89..9a3209508e 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2008, 2009, 2010, 2011 by the deal.II authors +// Copyright (C) 2008, 2009, 2010, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -209,7 +209,7 @@ namespace parallel enum Settings { default_setting = 0x0, - mesh_reconstruction_after_repartitioning = 0x1, + mesh_reconstruction_after_repartitioning = 0x1 }; -- 2.39.5