source: XIOS/trunk/src/config/extract_domain_to_axis_attribute.conf @ 1314

Last change on this file since 1314 was 980, checked in by mhnguyen, 7 years ago

Minor improvements:

+) Change some type of variable to avoid some error-prone inputs
+) Change some class name to make it meaningful

Test
+) On Curie
+) Okie

File size: 157 bytes
RevLine 
[895]1/* Direction to apply operation (i, j) */
[980]2DECLARE_ENUM2(direction, iDir, jDir)
[895]3
4/* Position of extracted slice */
5DECLARE_ATTRIBUTE(int,           position)
Note: See TracBrowser for help on using the repository browser.