From: Daniel Arndt Date: Mon, 17 Sep 2018 21:51:52 +0000 (+0200) Subject: Fix a petsc_complex test X-Git-Tag: v9.1.0-rc1~707^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690da232cb939712e6fc93654afd2a89546f229b;p=dealii.git Fix a petsc_complex test --- diff --git a/tests/petsc_complex/element_access_01.cc b/tests/petsc_complex/element_access_01.cc index 23a47907fe..9b54a9a893 100644 --- a/tests/petsc_complex/element_access_01.cc +++ b/tests/petsc_complex/element_access_01.cc @@ -58,9 +58,9 @@ test_matrix(PETScWrappers::SparseMatrix &m) int main(int argc, char **argv) { - intilog() + initlog(); - try + try { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); {