source: XIOS/trunk/extern/src_ep/ep_lib_fortran.hpp @ 1034

Last change on this file since 1034 was 1034, checked in by yushan, 7 years ago

adding src_ep into extern folder

File size: 320 bytes
Line 
1#ifndef EP_LIB_FORTRAN_HPP_INCLUDED
2#define EP_LIB_FORTRAN_HPP_INCLUDED
3
4#include "ep_type.hpp"
5
6namespace ep_lib
7{
8 
9
10  MPI_Fint MPI_Comm_c2f(MPI_Comm comm);
11  //int MPI_Comm_c2f(MPI_Comm comm);
12
13
14  MPI_Comm MPI_Comm_f2c(MPI_Fint comm);
15  //void MPI_Comm_f2c(MPI_Fint comm);
16
17}
18
19
20#endif // EP_LIB_FORTRAN_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.