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/domain.hpp

    r665 r666  
    7777 
    7878      private : 
    79  
    8079         void checkDomain(void); 
    81  
    8280         void checkLocalIDomain(void); 
    8381         void checkLocalJDomain(void); 
     
    8785         void checkCompression(void); 
    8886 
    89          void checkZoom(void); 
    9087         void checkBounds(void); 
    9188         void checkArea(void); 
    9289         void checkLonLat(); 
    93  
    9490 
    9591      public : 
     
    107103 
    108104 
    109          int ni_client,ibegin_client,iend_client ; 
    110          int zoom_ni_client,zoom_ibegin_client,zoom_iend_client ; 
    111  
    112          int nj_client,jbegin_client,jend_client ; 
    113          int zoom_nj_client,zoom_jbegin_client,zoom_jend_client ; 
     105//         int ni_client,ibegin_client,iend_client ; 
     106//         int zoom_ni_client,zoom_ibegin_client,zoom_iend_client ; 
     107// 
     108//         int nj_client,jbegin_client,jend_client ; 
     109//         int zoom_nj_client,zoom_jbegin_client,zoom_jend_client ; 
    114110 
    115111         int ni_srv,ibegin_srv,iend_srv ; 
     
    133129 
    134130 
    135         CArray<int,2> mapConnectedServer ;  // (ni,nj) => mapped to connected server number, -1 if no server is target 
     131//        CArray<int,2> mapConnectedServer ;  // (ni,nj) => mapped to connected server number, -1 if no server is target 
    136132 
    137133        int global_zoom_ibegin, global_zoom_ni; 
    138134        int global_zoom_jbegin, global_zoom_nj; 
    139 //        CArray<bool,1> maskInter; 
    140135 
    141136      public : 
    142  
    143137         /// Mutateur /// 
    144138         void addRelFile(const StdString & filename); 
     
    178172         void setTransformations(const TransMapTypes&); 
    179173         void computeNGlobDomain(); 
    180          void completeLonClient(); 
    181          void completeLatClient(); 
    182174 
    183175         void sendIndex(); 
Note: See TracChangeset for help on using the changeset viewer.