]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make test compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jun 2010 20:49:51 +0000 (20:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Jun 2010 20:49:51 +0000 (20:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@21163 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/data_out_base_tecplot_bin.cc

index 6ae05e3c7084ff83b3816a2b588d2f85d117f89d..cb96440f782e2e8c31167c0b6907cc8c1a8ea363 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2006 by the deal.II authors
+//    Copyright (C) 2006, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -46,7 +46,8 @@ void check(DataOutBase::TecplotFlags flags,
   names[2] = "x3";
   names[3] = "x4";
   names[4] = "i";
-  DataOutBase::write_tecplot_binary(patches, names, flags, out);
+  std::vector<std_cxx1x::tuple<unsigned int, unsigned int, std::string> > vectors;
+  DataOutBase::write_tecplot_binary(patches, names, vectors, flags, out);
 }
 
 

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.