Skip to content
Snippets Groups Projects
Commit 2e429111 authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r6380]]
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ mpihelpertest_LDADD = $(DUNEMPILIBS) $(LDADD)
mpihelpertest_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
mpihelpertest2_SOURCES = mpihelpertest.cc
mpihelpertest2_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS) -DMPIHELPER_PREINITIALZE
mpihelpertest2_CPPFLAGS = $(AM_CPPFLAGS) $(DUNEMPICPPFLAGS) -DMPIHELPER_PREINITIALIZE
mpihelpertest2_LDADD = $(DUNEMPILIBS) $(LDADD)
mpihelpertest2_LDFLAGS = $(AM_LDFLAGS) $(DUNEMPILDFLAGS)
......
......@@ -10,7 +10,7 @@
int main(int argc, char** argv)
{
#ifdef MPIHELPER_PREINITIALZE
#ifdef MPIHELPER_PREINITIALIZE
#if HAVE_MPI
MPI_Init(&argc, &argv);
#endif
......@@ -31,7 +31,7 @@ int main(int argc, char** argv)
Helper::MPICommunicator comm= mpi.getCommunicator();
comm= mpi.getCommunicator();
#ifdef MPIHELPER_PREINITIALZE
#ifdef MPIHELPER_PREINITIALIZE
#if HAVE_MPI
MPI_Finalize();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment