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

deal.II/contrib/hsl/source/detached_ma27.cc

index 5a05d6a11a2cbd1857fdf71f389b175b416b5948..76f63409eaa4aa353ad9a7ae12a905d058cf2018 100644 (file)
 #include <unistd.h>
 #include <hsl/hsl.h>
 #include <vector>
-
+#include <iostream>
 
 
 template <typename T>
-void put (const T *t, const size_t N, const char *info)
+void put (const T *t, const size_t N, const char */*debug_info*/)
 {
   write (1,
          reinterpret_cast<const char *> (t),
@@ -29,7 +29,7 @@ void put (const T *t, const size_t N, const char *info)
 
 
 template <typename T>
-void get (T *t, const size_t N, const char *info)
+void get (T *t, const size_t N, const char */*debug_info*/)
 {
   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.