source: XIOS/trunk/src/config/reduce_domain_to_axis_attribute.conf @ 976

Last change on this file since 976 was 938, checked in by mhnguyen, 8 years ago

Modifying reduce_axis_to_domain attribute to prevent error-prone

+) Change attribute from string to enum
+) Remove some redundant codes

Test
+) Ok

File size: 121 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, operation)
2
3/* Direction to apply operation (i, j) */
4DECLARE_ENUM2(direction,  iDir, jDir)
Note: See TracBrowser for help on using the repository browser.