Ignore:
Timestamp:
06/09/16 11:33:19 (8 years ago)
Author:
mhnguyen
Message:

Various clean up

+) Remove some redundant codes

Test
+) On Curie
+) tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp

    r866 r867  
    2828 
    2929protected: 
    30   virtual void computeGlobalGridIndexFromGlobalIndexElement(int domainDestGlobalIndex, 
    31                                                         const std::vector<int>& domainSrcGlobalIndex, 
    32                                                         const std::vector<int>& destGlobalIndexPositionInGrid, 
    33                                                         int domainPositionInGrid, 
    34                                                         const std::vector<int>& gridDestGlobalDim, 
    35                                                         const std::vector<int>& gridSrcGlobalDim, 
    36                                                         const GlobalLocalMap& globalLocalIndexDestSendToServerMap, 
    37                                                         std::vector<std::pair<size_t,int> >& globalLocalIndexDestMap, 
    38                                                         std::vector<std::vector<size_t> >& globalIndexSrcGrid); 
    39  
    4030  void computeIndexSourceMapping_(const std::vector<CArray<double,1>* >&); 
    4131 
    42   void computeExchangeGlobalIndex(const CArray<size_t,1>& globalDomainIndex, 
     32  virtual void computeExchangeGlobalIndex(const CArray<size_t,1>& globalDomainIndex, 
    4333                                  CClientClientDHTInt::Index2VectorInfoTypeMap& globalDomainIndexOnProc); 
    44 protected: 
    45   inline void domainGlobalIndex(const int& index, const int& niGlob, const int& njGlob, 
    46                                 int& iIndex, int& jIndex); 
    4734 
    4835protected: 
Note: See TracChangeset for help on using the changeset viewer.