Ignore:
Timestamp:
11/13/15 11:45:12 (9 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/axis_algorithm_zoom.cpp

    r666 r787  
    1515{ 
    1616  zoomAxis->checkValid(axisSource); 
    17   zoomBegin_ = zoomAxis->zoom_begin.getValue(); 
    18   zoomEnd_   = zoomAxis->zoom_end.getValue(); 
    19   zoomSize_  = zoomAxis->zoom_size.getValue(); 
     17  zoomBegin_ = zoomAxis->begin.getValue(); 
     18  zoomSize_  = zoomAxis->n.getValue(); 
     19  zoomEnd_   = zoomBegin_ + zoomSize_ - 1; 
    2020 
    2121  if (zoomSize_ > axisSource->n_glo.getValue()) 
Note: See TracChangeset for help on using the changeset viewer.