Ignore:
Timestamp:
02/17/17 19:51:36 (7 years ago)
Author:
oabramkina
Message:

dev: intermediate commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/distribution_server.hpp

    r1025 r1054  
    4141    const std::vector<int>& getZoomSizeServer() const; 
    4242    const GlobalLocalMap& getGlobalLocalIndex() const { return globalLocalIndexMap_; } 
    43     const std::vector<CArray<int,1> >& getGlobalIndexEachDimension() const;  
     43    const std::vector<CArray<int,1> >& getGlobalIndexEachDimension() const {return globalIndexEachDimension_;} 
    4444 
    4545    virtual CArray<size_t,1> computeLocalIndex(const CArray<size_t,1>& globalIndex); 
Note: See TracChangeset for help on using the changeset viewer.