]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add classname to SmartPointer
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 28 Mar 2005 17:40:11 +0000 (17:40 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 28 Mar 2005 17:40:11 +0000 (17:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@10250 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc

index db8c06f0bb0f3136e8ee619cbbcea564353d0e53..b0e9d117b0561dbf47ebb21fca3f14699bef8455 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -35,7 +35,8 @@ const unsigned int DoFHandler<dim>::invalid_dof_index;
 
 template <int dim>
 DoFHandler<dim>::DoFHandler (const Triangulation<dim> &tria) :
-               tria(&tria),
+               tria(&tria, typeid(*this).name()),
+               selected_fe(0, typeid(*this).name())
                used_dofs (0)
 {}
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.