source: XIOS/dev/common/src/transfert_parameters.hpp @ 1512

Last change on this file since 1512 was 300, checked in by ymipsl, 12 years ago

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File size: 293 bytes
Line 
1#ifndef __TRANSFERT_PARAMETERS_HPP__
2#define __TRANSFERT_PARAMETERS_HPP__
3
4
5
6#define CLASS_ID_CONTEXT 1
7#define CLASS_ID_FIELD 2
8#define CLASS_ID_FILE 3
9#define CLASS_ID_AXIS 3
10#define CLASS_ID_DOMAIN 4
11#define CLASS_ID_GRID 5
12
13#define TYPE_ID_FINALIZE 2
14#define TYPE_ID_SEND_ATTR 3
15
16
17
18#endif
Note: See TracBrowser for help on using the repository browser.