]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Define (not only declare) static variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Oct 2000 14:04:37 +0000 (14:04 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 6 Oct 2000 14:04:37 +0000 (14:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@3392 0785d39b-7218-0410-832d-ea1e28bc413d

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

index af6ae3d4f366109b3e299249a3d2c309117fefe5..5855125b54e45625073bc1465f5f680627750525 100644 (file)
 #include <algorithm>
 
 
+
+template <int dim>
+const unsigned int invalid_dof_index = static_cast<unsigned int>(-1);
+
+
+
 template <int dim>
 DoFHandler<dim>::DoFHandler (Triangulation<dim> &tria) :
                tria(&tria),

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.