source: XIOS/dev/XIOS_DEV_CMIP6/src/config/axis_attribute_private.conf @ 1314

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

Porting non-continuous axis zoom to dev branch

+) Port axis zoom
+) Resolve some merge conflicts
+) Revert some codes

Test
+) On Curie
+) Ok

File size: 293 bytes
Line 
1DECLARE_ATTRIBUTE_PRIVATE(int, global_zoom_begin)
2DECLARE_ATTRIBUTE_PRIVATE(int, global_zoom_n)
3DECLARE_ARRAY_PRIVATE(int,  1, global_zoom_index)
4
5/* LOCAL DATA*/
6DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_index)
7DECLARE_ATTRIBUTE_PRIVATE(int, zoom_begin)
8DECLARE_ATTRIBUTE_PRIVATE(int, zoom_n)
Note: See TracBrowser for help on using the repository browser.