From: bangerth Date: Mon, 20 Feb 2012 10:29:48 +0000 (+0000) Subject: Fix a pedantic warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7666e872bab9cc9111f813e8c84e594d60b7e7;p=dealii-svn.git Fix a pedantic warning. git-svn-id: https://svn.dealii.org/trunk@25121 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 };