From: Timo Heister Date: Sun, 26 May 2013 22:08:24 +0000 (+0000) Subject: this test had a wrong output file X-Git-Tag: v8.0.0~412 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f91f433768ba9fbb90142db204c4a41ef67e6bd;p=dealii.git this test had a wrong output file git-svn-id: https://svn.dealii.org/trunk@29625 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/trilinos_distribute_02.cc b/tests/mpi/trilinos_distribute_02.cc index 6656008f9c..c597c33182 100644 --- a/tests/mpi/trilinos_distribute_02.cc +++ b/tests/mpi/trilinos_distribute_02.cc @@ -129,7 +129,7 @@ int main(int argc, char *argv[]) if (myid == 0) { - std::ofstream logfile(output_file_for_mpi("petsc_distribute_02").c_str()); + std::ofstream logfile(output_file_for_mpi("trilinos_distribute_02").c_str()); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);