Ignore:
Timestamp:
11/13/15 11:45:12 (8 years ago)
Author:
mhnguyen
Message:

Changing name of attributes of zoom

Test
+) test_client and test_complete are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp

    r664 r787  
    1515{ 
    1616  zoomDomain->checkValid(domainSource); 
    17   zoomIBegin_ = zoomDomain->zoom_ibegin.getValue(); 
    18   zoomJBegin_ = zoomDomain->zoom_jbegin.getValue(); 
     17  zoomIBegin_ = zoomDomain->ibegin.getValue(); 
     18  zoomJBegin_ = zoomDomain->jbegin.getValue(); 
    1919 
    20   zoomNi_  = zoomDomain->zoom_ni.getValue(); 
    21   zoomNj_  = zoomDomain->zoom_nj.getValue(); 
     20  zoomNi_  = zoomDomain->ni.getValue(); 
     21  zoomNj_  = zoomDomain->nj.getValue(); 
    2222 
    2323  zoomIEnd_ = zoomIBegin_ + zoomNi_ - 1; 
Note: See TracChangeset for help on using the changeset viewer.