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

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

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

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