remove inclusion of mpi.h file

there is no need to include mpi.h in these files
This commit is contained in:
danielque
2022-02-09 14:27:06 +01:00
parent 50e27e2ac9
commit 8530b6d303
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ Description
#include "locateModel.H"
#include "dataExchangeModel.H"
#include "IOModel.H"
#include <mpi.h>
#include "IOmanip.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -36,7 +36,6 @@ Description
#include "locateModel.H"
#include "dataExchangeModel.H"
#include "IOModel.H"
#include <mpi.h>
#include "IOmanip.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //