]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adjust argument order of write_vtu_with_pvtu_record to latest changes
authorMatthias Maier <tamiko@43-1.org>
Thu, 20 Feb 2020 18:54:04 +0000 (12:54 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sat, 7 Mar 2020 18:28:55 +0000 (12:28 -0600)
examples/step-69/step-69.cc

index 0888909de48c5ec576f66224619d0b6fc9bc2f17..7ec7bf8e3b82e7f948f471c8264526cb5a1c4893 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.