Ignore:
Timestamp:
04/08/16 15:00:24 (8 years ago)
Author:
mhnguyen
Message:

Making some minor changes in distribution client

+) Seperate global index computation and local index computation

Test
+) On Curie
+) OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r824 r834  
    184184         int getOffsetWrittenIndexes() const; 
    185185 
    186          const CDistributionServer* getDistributionServer() const; 
    187          const CDistributionClient* getDistributionClient() const; 
     186         CDistributionServer* getDistributionServer(); 
     187         CDistributionClient* getDistributionClient(); 
    188188         CGridTransformation* getTransformations(); 
    189189 
Note: See TracChangeset for help on using the changeset viewer.