From: bangerth Date: Wed, 10 Oct 2007 21:39:08 +0000 (+0000) Subject: Remove a bunch of functions that are unused. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=956d7d4b5a16a33d3e4ce7e8cb40757bb2e623f7;p=dealii-svn.git Remove a bunch of functions that are unused. git-svn-id: https://svn.dealii.org/trunk@15284 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index de64366cf0..9d76874dc3 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -295,14 +295,6 @@ namespace const unsigned int x_offset, const unsigned int y_offset, const unsigned int z_offset); - - /** - * Write a complete set of - * data for a single node. - */ - template - void write_dataset(unsigned int index, - const std::vector& values); /** * Forwarding of output stream @@ -381,14 +373,6 @@ namespace const unsigned int x_offset, const unsigned int y_offset, const unsigned int z_offset); - - /** - * Write a complete set of - * data for a single node. - */ - template - void write_dataset(unsigned int index, - const std::vector& values); /** * Forwarding of output stream @@ -544,14 +528,6 @@ namespace const unsigned int y_offset, const unsigned int z_offset); - /** - * Write a complete set of - * data for a single node. - */ - template - void write_dataset(unsigned int index, - const std::vector& values); - /** * Forwarding of output stream */ @@ -718,16 +694,6 @@ namespace } - template - inline - void - GmvStream::write_dataset(unsigned int, - const std::vector& values) - { - Assert (false, ExcInternalError()); - } - - //----------------------------------------------------------------------// @@ -778,16 +744,6 @@ namespace } - template - inline - void - TecplotStream::write_dataset(unsigned int, - const std::vector& values) - { - Assert (false, ExcInternalError()); - } - - //----------------------------------------------------------------------// @@ -916,18 +872,6 @@ namespace } - template - inline - void - VtkStream::write_dataset(unsigned int, - const std::vector& values) - { - for (unsigned int i=0;i