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/transformation_mapping.cpp

    r634 r666  
    4545  int clientRank = client->clientRank; 
    4646 
    47   int niSrc     = source->ni.getValue(); 
    48   int ibeginSrc = source->ibegin.getValue(); 
     47  int niSrc     = source->n.getValue(); 
     48  int ibeginSrc = source->begin.getValue(); 
    4949 
    5050  boost::unordered_map<size_t,int> globalIndexOfAxisSource; 
Note: See TracChangeset for help on using the changeset viewer.