From: Matthias Maier Date: Thu, 20 Feb 2020 18:54:04 +0000 (-0600) Subject: adjust argument order of write_vtu_with_pvtu_record to latest changes X-Git-Tag: v9.2.0-rc1~443^2~14 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e269cf8e691222ce0b410c08a28589e91f69e15;p=dealii.git adjust argument order of write_vtu_with_pvtu_record to latest changes --- diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index 0888909de4..7ec7bf8e3b 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -2892,7 +2892,7 @@ namespace Step69 DataOutBase::VtkFlags::best_speed); data_out.set_flags(flags); - data_out.write_vtu_with_pvtu_record("", name, cycle, 6, mpi_communicator); + data_out.write_vtu_with_pvtu_record("", name, cycle, mpi_communicator, 6); }; // We launch the thread by creating a