source: XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_buffer.hpp @ 1681

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

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

File size: 199 bytes
RevLine 
[1603]1#ifndef EP_BUFFER_HPP_INCLUDED
2#define EP_BUFFER_HPP_INCLUDED
[1646]3#ifdef _usingEP
[1603]4
5namespace ep_lib
6{
7
8  struct BUFFER
9  {
10    void * void_buffer[12];
11  };
12
13
14}
15
16
[1646]17#endif
[1603]18#endif // EP_BUFFER_HPP_INCLUDED
19
Note: See TracBrowser for help on using the repository browser.