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/transformation/domain_algorithm_extract.cpp

    r1549 r1553  
    140140  } 
    141141  if (domainSrc_->hasArea) domainDest_->area.resize(niDest,njDest); 
    142  
    143   domainDest_->global_zoom_ni.setValue(extractNi_); 
    144   domainDest_->global_zoom_ibegin.setValue(0); 
    145   domainDest_->global_zoom_nj.setValue(extractNj_); 
    146   domainDest_->global_zoom_jbegin.setValue(0); 
    147142 
    148143  this->transformationMapping_.resize(1); 
Note: See TracChangeset for help on using the changeset viewer.