Changeset 670 for XIOS/trunk


Ignore:
Timestamp:
08/25/15 10:50:19 (9 years ago)
Author:
rlacroix
Message:

Fix index computation for distributed axis.

Typo in r667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.cpp

    r667 r670  
    272272      if (globalIndex >= global_zoom_begin && globalIndex <= zoom_end) 
    273273      { 
    274         globalAxisZoom[nZoomCount]; 
     274        globalAxisZoom[nZoomCount] = globalIndex; 
    275275        ++nZoomCount; 
    276276      } 
Note: See TracChangeset for help on using the changeset viewer.