]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add an 'Assert (false, ExcInternalError());' to functions that are not implemented.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 19:41:59 +0000 (19:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 19:41:59 +0000 (19:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@15282 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index ef5f2e2271b2b92790324d0a7fa103d9a42b6bdb..4af720e65983ec05d9a67d0b3dd5378aed2eb490 100644 (file)
@@ -1007,6 +1007,7 @@ void
 DataOutBase::GmvStream::write_dataset(unsigned int,
                                      const std::vector<data>& values)
 {
+  Assert (false, ExcInternalError());
 }
 
 
@@ -1066,6 +1067,7 @@ void
 DataOutBase::TecplotStream::write_dataset(unsigned int,
                                          const std::vector<data>& values)
 {
+  Assert (false, ExcInternalError());
 }
 
 

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.