From: bangerth Date: Tue, 26 Jun 2007 05:04:51 +0000 (+0000) Subject: Follow usual style X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072fb030018062fd633a3eba3d0cda93cdc300ad;p=dealii-svn.git Follow usual style git-svn-id: https://svn.dealii.org/trunk@14808 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_handler.cc b/deal.II/deal.II/source/dofs/dof_handler.cc index 5c685424a4..5a1991a9ae 100644 --- a/deal.II/deal.II/source/dofs/dof_handler.cc +++ b/deal.II/deal.II/source/dofs/dof_handler.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -58,7 +58,8 @@ namespace internal template -DoFHandler::DoFHandler (const Triangulation &tria) : +DoFHandler::DoFHandler (const Triangulation &tria) + : tria(&tria, typeid(*this).name()), selected_fe(0, typeid(*this).name()), faces(NULL),