From: heister Date: Sun, 26 May 2013 22:08:24 +0000 (+0000) Subject: this test had a wrong output file X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e7174253d4b99f0f592454f9dc45d890b9fdb1;p=dealii-svn.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);