]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add stub for a function which is not implemented at present.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Aug 1999 12:28:20 +0000 (12:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 16 Aug 1999 12:28:20 +0000 (12:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@1705 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 31787fcfab5b6263a677dd3121cb42a261eaa36f..bec37120b59d5cce8bd13b857994b8216232a506 100644 (file)
@@ -232,6 +232,15 @@ void Triangulation<dim>::block_write (ostream &out) const
   write_bool_vector (0, vertices_used, 0, out);
 };
 
+
+
+template <int dim>
+void Triangulation<dim>::block_read (istream &) 
+{
+  Assert (false, ExcNotImplemented());
+};
+
+
   
 
 #if deal_II_dimension == 1

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.