Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
bd21c90c
Commit
bd21c90c
authored
Sep 30, 2011
by
Jon Woodring
Browse files
Possible fix for unfound mpi.h.
Change-Id: Ifba248a6f776c7186063b1b0bd04c45552e9a880
parent
0f56df17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Parallel/vtkMPI.h
View file @
bd21c90c
...
...
@@ -18,10 +18,10 @@
#ifndef USE_STDARG
#define USE_STDARG
#include
"
mpi.h
"
#include
<
mpi.h
>
#undef USE_STDARG
#else
#include
"
mpi.h
"
#include
<
mpi.h
>
#endif
#include
"vtkSystemIncludes.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment