Skip to content
Snippets Groups Projects
Commit c0332cd5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops

parent d9202875
No related branches found
No related tags found
No related merge requests found
......@@ -95,11 +95,11 @@ void Msg::Init(int argc, char **argv)
sargv[sargc++] = argv[i];
}
PetscInitialize(&sargc, &sargv, PETSC_NULL, PETSC_NULL);
delete [] sargv;
PetscPopSignalHandler();
#endif
#if defined(HAVE_SLEPC)
SlepcInitialize(&sargc, &sargv, PETSC_NULL, PETSC_NULL);
#endif
delete [] sargv;
#endif
time_t now;
time(&now);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment