Ignore:
Timestamp:
06/28/18 17:53:42 (6 years ago)
Author:
oabramkina
Message:

The zoom is dead, long live the zoom.

Replacing domain_zoom transformation by copying it from domain_extract. From now on, only the zoomed part of a domain is sent to servers. On the user's side all definitions stay the same.

To do soon: axis_zoom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/domain_attribute.conf

    r1549 r1553  
    6262DECLARE_ATTRIBUTE(StdString, domain_ref) 
    6363DECLARE_ATTRIBUTE(int,       prec) 
    64  
    65 DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_ibegin) 
    66 DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_ni) 
    67 DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_jbegin) 
    68 DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_nj) 
Note: See TracChangeset for help on using the changeset viewer.