Ignore:
Timestamp:
10/12/18 16:02:37 (6 years ago)
Author:
oabramkina
Message:

Clean-up in transformation classes related to the new treatment of grid mask at the entrance of a workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/transformation/grid_transformation.hpp

    r978 r1584  
    4949  const std::list<RecvIndexGridDestinationMap>& getLocalIndexToReceiveOnGridDest() const; 
    5050  const std::list<size_t>& getNbLocalIndexToReceiveOnGridDest() const; 
    51   const std::list<std::vector<bool> >& getLocalMaskIndexOnGridDest() const; 
     51//  const std::list<std::vector<bool> >& getLocalMaskIndexOnGridDest() const; 
    5252 
    5353  CGrid* getGridSource() { return originalGridSource_; } 
     
    8484  //! Number of local index of data to receive on grid destination 
    8585  std::list<size_t> nbLocalIndexOnGridDest_; 
    86   std::list<std::vector<bool> > localMaskOnGridDest_; 
     86//  std::list<std::vector<bool> > localMaskOnGridDest_; 
    8787 
    8888  bool dynamicalTransformation_; 
Note: See TracChangeset for help on using the changeset viewer.