From: bangerth Date: Thu, 3 Oct 2013 23:13:32 +0000 (+0000) Subject: Clear buffer at the end of the program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c2f168c4e96ffca270715f059c96fedd6103d1a;p=dealii-svn.git Clear buffer at the end of the program. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31108 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/aniso/refine_and_coarsen_anisotropic.cc b/tests/aniso/refine_and_coarsen_anisotropic.cc index 0097f41fbb..2d3b1aa5a0 100644 --- a/tests/aniso/refine_and_coarsen_anisotropic.cc +++ b/tests/aniso/refine_and_coarsen_anisotropic.cc @@ -144,5 +144,10 @@ int main () *logfile<<"HyperBall:"< (1,logfile); + + // clear whatever is in the buffer + *logfile << std::flush; + if (single_file) + delete logfile; }