]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix assert 15938/head
authorPeter Munch <peterrmuench@gmail.com>
Mon, 28 Aug 2023 19:08:11 +0000 (21:08 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Mon, 28 Aug 2023 19:08:11 +0000 (21:08 +0200)
source/base/data_out_base.cc

index 9085cf123ff851d75509b1cb103720cc63cc5aac..bdbdb228cfc5e34c28b37e25f750812adde65413 100644 (file)
@@ -7498,7 +7498,7 @@ namespace DataOutBase
     AssertThrowMPI(ierr);
 
     MPI_Info info;
-    MPI_Info_create(&info);
+    ierr = MPI_Info_create(&info);
     AssertThrowMPI(ierr);
     MPI_File fh;
     ierr = MPI_File_open(

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.