]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make some parameters unnamed.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2002 17:58:55 +0000 (17:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Sep 2002 17:58:55 +0000 (17:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@6515 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 4f1d72339f3e6abbec7122c90d6fdb68fac249cc..f4af3d38b8d6f84610c8d94d90432bf2bcf0af56 100644 (file)
@@ -227,7 +227,7 @@ struct SparseDirectMA27::DetachedModeData
     pid_t child_pid;
 
     template <typename T>
-    void put (const T *t, const size_t N, const char *info) const
+    void put (const T *t, const size_t N, const char */*debug_info*/) const
       {
         write (server_client_pipe[1],
                reinterpret_cast<const char *> (t),
@@ -236,7 +236,7 @@ struct SparseDirectMA27::DetachedModeData
       };
 
     template <typename T>
-    void get (T *t, const size_t N, const char *info) const
+    void get (T *t, const size_t N, const char */*debug_info*/) const
       {
         unsigned int count = 0;
         while (count < sizeof(T)*N)

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.