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

    r631 r666  
    1717 : CGenericAlgorithmTransformation(), axisDest_(axisDestination), axisSrc_(axisSource) 
    1818{ 
    19   axisDestGlobalSize_ = axisDestination->size.getValue(); 
    20   int niDest = axisDestination->ni.getValue(); 
    21   int ibeginDest = axisDestination->ibegin.getValue(); 
     19  axisDestGlobalSize_ = axisDestination->n_glo.getValue(); 
     20  int niDest = axisDestination->n.getValue(); 
     21  int ibeginDest = axisDestination->begin.getValue(); 
    2222 
    2323  for (int idx = 0; idx < niDest; ++idx) 
Note: See TracChangeset for help on using the changeset viewer.