source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_lib_fortran.hpp @ 1605

Last change on this file since 1605 was 1605, checked in by yushan, 5 years ago

branch_openmp merged and tested with trunk r1597

File size: 253 bytes
Line 
1#ifndef EP_LIB_FORTRAN_HPP_INCLUDED
2#define EP_LIB_FORTRAN_HPP_INCLUDED
3
4#include "ep_type.hpp"
5
6//namespace ep_lib
7//{
8
9  void* EP_Comm_c2f(ep_lib::MPI_Comm comm);
10  ep_lib::MPI_Comm EP_Comm_f2c(void* comm);
11//}
12
13
14#endif // EP_LIB_FORTRAN_HPP_INCLUDED
Note: See TracBrowser for help on using the repository browser.