From: guido Date: Tue, 9 Jul 2002 11:46:52 +0000 (+0000) Subject: output removed X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50304f4410b60bd58b8adfc0f32ca0ae8ea58cc;p=dealii-svn.git output removed git-svn-id: https://svn.dealii.org/trunk@6238 0785d39b-7218-0410-832d-ea1e28bc413d --- 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+"_";