From 7e269cf8e691222ce0b410c08a28589e91f69e15 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 20 Feb 2020 12:54:04 -0600 Subject: [PATCH] adjust argument order of write_vtu_with_pvtu_record to latest changes --- examples/step-69/step-69.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5