From: Peter Munch Date: Mon, 28 Aug 2023 19:08:11 +0000 (+0200) Subject: Fix assert X-Git-Tag: relicensing~542^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dfa635124744e743026e4e1a18c15e97ccab345;p=dealii.git Fix assert --- diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index 9085cf123f..bdbdb228cf 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -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(