Ignore:
Timestamp:
07/10/17 15:16:17 (7 years ago)
Author:
mhnguyen
Message:

Porting non-continuous axis zoom to dev branch

+) Port axis zoom
+) Resolve some merge conflicts
+) Revert some codes

Test
+) On Curie
+) Ok

File:
1 edited

Legend:

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

    r1201 r1202  
    5353  protected: 
    5454    virtual void createGlobalIndex(); 
    55  
     55    void createGlobalIndex(const std::vector<CArray<int,1> >& globalIndexElements, 
     56                           const CArray<int,1>& elementOrder); 
     57     
    5658  protected: 
    5759    GlobalLocalMap globalLocalIndexMap_; 
Note: See TracChangeset for help on using the changeset viewer.