]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a warning about possible uninitialized use.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Feb 2004 01:53:47 +0000 (01:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 4 Feb 2004 01:53:47 +0000 (01:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@8392 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/constraints.cc

index 62adc1635407a69d09abd501e5cc919d17c3edc8..aaf61b1499d791ef6d21682127a23c048405d934 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -290,7 +290,7 @@ int main ()
   deallog.attach(logfile);
   deallog.depth_console(0);
 
-  FiniteElement<3> *fe;
+  FiniteElement<3> *fe = 0;
   
   for (unsigned int element=0; element<2; ++element)
     {

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.