source: XIOS/dev/dev_trunk_graph/src/node/element_type.hpp @ 2338

Last change on this file since 2338 was 2019, checked in by yushan, 3 years ago

Graph intermedia commit to a tmp branch

  • Property svn:executable set to *
File size: 183 bytes
Line 
1#ifndef __XIOS_ELEMENT_TYPE_HPP__
2#define __XIOS_ELEMENT_TYPE_HPP__
3
4namespace xios
5{
6  enum class EElement { DOMAIN, AXIS, SCALAR} ;   
7}
8
9#endif // __XIOS_ELEMENT_TYPE_HPP__
Note: See TracBrowser for help on using the repository browser.