From 690da232cb939712e6fc93654afd2a89546f229b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 17 Sep 2018 23:51:52 +0200 Subject: [PATCH] Fix a petsc_complex test --- tests/petsc_complex/element_access_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); { -- 2.39.5