From a50304f4410b60bd58b8adfc0f32ca0ae8ea58cc Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 9 Jul 2002 11:46:52 +0000 Subject: [PATCH] output removed git-svn-id: https://svn.dealii.org/trunk@6238 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/fe_tools_test.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fe/fe_tools_test.cc b/tests/fe/fe_tools_test.cc index db80e5f9c6..3396180802 100644 --- a/tests/fe/fe_tools_test.cc +++ b/tests/fe/fe_tools_test.cc @@ -143,10 +143,10 @@ void test(const Triangulation &tria, data_out.attach_dof_handler (dof_handler1); data_out.add_data_vector (function1, fe_string1); data_out.build_patches (2); - std::string file1_name=fe_string1+"_function.gnuplot"; - std::ofstream file1(file1_name.c_str()); - data_out.write_gnuplot(file1); - file1.close(); +// std::string file1_name=fe_string1+"_function.gnuplot"; +// std::ofstream file1(file1_name.c_str()); +// data_out.write_gnuplot(file1); +// file1.close(); data_out.clear(); std::string file2_name=fe_string1+"_"; -- 2.39.5