Ignore:
Timestamp:
01/11/17 15:14:22 (7 years ago)
Author:
mhnguyen
Message:

Merging working version of coupler

+) Add some changes of domain and axis: Retransfer the atttributes in a generic ways for each level of client (or server)
+) Remove some spoiled files from the previous commits

Test
+) No test

File:
1 edited

Legend:

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

    r983 r1025  
    3434  public: 
    3535    /** Default constructor */ 
    36     CDistributionClient(int rank, const GlobalLocalDataMap& globalLocalIndex); 
     36    CDistributionClient(int rank, CGrid* grid, const GlobalLocalDataMap& globalLocalIndex); 
    3737    CDistributionClient(int rank, int dims, const CArray<size_t,1>& globalIndex = CArray<size_t,1>()); 
    3838    CDistributionClient(int rank, CGrid* grid); 
Note: See TracChangeset for help on using the changeset viewer.