source: XIOS/dev/dev_olga/src/config/axis_attribute_private.conf @ 1201

Last change on this file since 1201 was 1201, checked in by oabramkina, 7 years ago

Two server levels: merging trunk r1200 (except for non-contiguous zoom) into dev. Tested on Curie. Todo: non-contiguous zoom.

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