]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Stupid me: add another instantiation unnecessarily forgotten.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 12 Sep 2011 05:40:54 +0000 (05:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 12 Sep 2011 05:40:54 +0000 (05:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@24312 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/tria.cc

index 79054657b66ca4f368dc5e240d99032bbbdebcba..fdd9f503d218c95c861fcf0a4ca7c28cb3179ff6 100644 (file)
@@ -2945,6 +2945,15 @@ namespace parallel
     }
 
 
+    template <>
+    unsigned int
+    Triangulation<1,1>::n_global_active_cells () const
+    {
+      Assert (false, ExcNotImplemented());
+      return 0;
+    }
+
+
     template <>
     MPI_Comm
     Triangulation<1,1>::get_communicator () const

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.