]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a bunch of functions that are unused.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 21:39:08 +0000 (21:39 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 10 Oct 2007 21:39:08 +0000 (21:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@15284 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index de64366cf0f873ffaddbf48058cf962b53136251..9d76874dc3f509c9d8fcabb5e18dfeb60340a033 100644 (file)
@@ -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<typename data>
-      void write_dataset(unsigned int index,
-                        const std::vector<data>& 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<typename data>
-      void write_dataset(unsigned int index,
-                        const std::vector<data>& 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<typename data>
-      void write_dataset(unsigned int index,
-                        const std::vector<data>& values);
-       
                                       /**
                                        * Forwarding of output stream
                                        */
@@ -718,16 +694,6 @@ namespace
   }
 
 
-  template<typename data>
-  inline
-  void
-  GmvStream::write_dataset(unsigned int,
-                          const std::vector<data>& values)
-  {
-    Assert (false, ExcInternalError());
-  }
-
-
 
 //----------------------------------------------------------------------//
 
@@ -778,16 +744,6 @@ namespace
   }
 
 
-  template<typename data>
-  inline
-  void
-  TecplotStream::write_dataset(unsigned int,
-                              const std::vector<data>& values)
-  {
-    Assert (false, ExcInternalError());
-  }
-
-
 
 //----------------------------------------------------------------------//
 
@@ -916,18 +872,6 @@ namespace
   }
 
 
-  template<typename data>
-  inline
-  void
-  VtkStream::write_dataset(unsigned int,
-                          const std::vector<data>& values)
-  {
-    for (unsigned int i=0;i<values.size();++i)
-      stream << '\t' << values[i];
-    stream << '\n';
-  }
-
-
 
 
   template <typename T>

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.