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

Last change on this file since 1537 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
Line 
1/* Direction to apply operation (i, j) */
2DECLARE_ENUM2(direction, iDir, jDir)
3
4/* Position of extracted slice */
5DECLARE_ATTRIBUTE(int,           position)
Note: See TracBrowser for help on using the repository browser.