Ignore:
Timestamp:
08/24/15 14:53:27 (9 years ago)
Author:
mhnguyen
Message:

Change name of several axis attributes and remove some redundant variable of domain

+) Change name of axis attributes to make them consistent with ones of domain
+) Remove zoom_client_* of domain

Test
+) On Curie
+) All tests pass and are correct

File:
1 edited

Legend:

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

    r664 r666  
    686686      else 
    687687      { 
    688         globalDim_[idx] = axis[idxAxis]->size.getValue(); 
     688        globalDim_[idx] = axis[idxAxis]->n_glo.getValue(); 
    689689        ++idxAxis; 
    690690        ++idx; 
     
    807807            nZoomSize[indexMap[i]]  = axisList[axisId]->zoom_size_srv; 
    808808            nZoomBeginGlobal[indexMap[i]] = axisList[axisId]->global_zoom_begin; 
    809             nGlob[indexMap[i]] = axisList[axisId]->size; 
     809            nGlob[indexMap[i]] = axisList[axisId]->n_glo; 
    810810            ++axisId; 
    811811          } 
Note: See TracChangeset for help on using the changeset viewer.