source: XIOS/dev/branch_openmp/extern/src_ep_dev/ep_buffer.hpp @ 1521

Last change on this file since 1521 was 1521, checked in by yushan, 6 years ago

save dev. TO DO : test with xios

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