From 5321b539e489292246439d54e087cdb51ef00a01 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 12 Oct 2006 15:53:16 +0000 Subject: [PATCH] tecplot_binary output requires TecplotFlags::tecplot_binary_file_name to include the file name! git-svn-id: https://svn.dealii.org/trunk@13996 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/data_out_base_tecplot_bin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/base/data_out_base_tecplot_bin.cc b/tests/base/data_out_base_tecplot_bin.cc index 3107e92793..869799fb3b 100644 --- a/tests/base/data_out_base_tecplot_bin.cc +++ b/tests/base/data_out_base_tecplot_bin.cc @@ -62,6 +62,7 @@ void check_all(std::ostream& log) DataOutBase::TecplotFlags flags; if (true) { sprintf(name, "data_out_base_tecplot_bin/%d%d.tecplot", dim, spacedim); + flags.tecplot_binary_file_name=name; #if SEPARATE_FILES==1 std::ofstream out(name, std::ios_base::trunc | std::ios_base::binary); #else -- 2.39.5