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

    r866 r867  
    1111 
    1212#include "generic_algorithm_transformation.hpp" 
    13 #include "axis.hpp" 
    1413 
    1514namespace xios { 
    1615 
     16class CAxis; 
    1717/*! 
    1818  \class CAxisAlgorithmTransformation 
     
    2727 
    2828protected: 
    29   virtual void computeGlobalGridIndexFromGlobalIndexElement(int axisDestGlobalIndex, 
    30                                                         const std::vector<int>& axisSrcGlobalIndex, 
    31                                                         const std::vector<int>& destGlobalIndexPositionInGrid, 
    32                                                         int axisPositionInGrid, 
    33                                                         const std::vector<int>& gridDestGlobalDim, 
    34                                                         const std::vector<int>& gridSrcGlobalDim, 
    35                                                         const GlobalLocalMap& globalLocalIndexDestSendToServerMap, 
    36                                                         std::vector<std::pair<size_t,int> >& globalLocalIndexDestMap, 
    37                                                         std::vector<std::vector<size_t> >& globalIndexSrcGrid); 
    38  
    3929  void computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs); 
    4030 
    41   void computeExchangeGlobalIndex(const CArray<size_t,1>& globalAxisIndex, 
    42                                   CClientClientDHTInt::Index2VectorInfoTypeMap& globalDomainIndexOnProc); 
     31  virtual void computeExchangeGlobalIndex(const CArray<size_t,1>& globalAxisIndex, 
     32                                          CClientClientDHTInt::Index2VectorInfoTypeMap& globalDomainIndexOnProc); 
    4333 
    4434protected: 
Note: See TracChangeset for help on using the changeset viewer.