]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add output function for 64bit tests
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 3 Nov 2013 13:36:39 +0000 (13:36 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 3 Nov 2013 13:36:39 +0000 (13:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@31531 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/coarse_grid_common.h

index a7537f052f72eed65d4546570eff0f4544011045..7120c9034c66a9976fa7e81b819a3b553d0e88d4 100644 (file)
@@ -114,6 +114,15 @@ operator << (LogStream &out,
   return out;
 }
 
+LogStream &
+operator << (LogStream &out,
+             const std::vector<long long unsigned int> &v)
+{
+  for (unsigned int i=0; i<v.size(); ++i)
+    out << v[i] << (i == v.size()-1 ? "" : " ");
+  return out;
+}
+
 LogStream &
 operator << (LogStream &out,
              const std::vector<double> &v)

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.