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

Last change on this file since 1211 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: 130 bytes
Line 
1DECLARE_ENUM4(operation, min, max, sum, average)
2
3/* Direction to apply operation (i, j) */
4DECLARE_ENUM2(direction,  iDir, jDir)
Note: See TracBrowser for help on using the repository browser.