Skip to content
Snippets Groups Projects
Commit ecb6bb66 authored by Henry Weller's avatar Henry Weller
Browse files

ptscotchDecomp.C: include mpi.h as a system header

parent e81e6155
Branches
Tags
No related merge requests found
......@@ -121,9 +121,9 @@ License
extern "C"
{
#include <stdio.h>
#include "mpi.h"
#include "ptscotch.h"
#include <stdio.h>
#include <mpi.h>
#include "ptscotch.h"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment