Ignore:
Timestamp:
02/11/15 16:23:16 (9 years ago)
Author:
mhnguyen
Message:

Changing interface of tests to make sure global index begins at zero (0)

+) In all tests, ibegin, jbegin starts at zero (0), so there are some minor changes in field_glo
+) Improve a littel bit class design

Test
+) On Curie,
+) All test passed and results are the same as before

File:
1 edited

Legend:

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

    r553 r554  
    3636    virtual ~CDistributionClient(); 
    3737 
    38     const CArray<int,1>& getLocalDataIndexOnClient() const; 
     38    virtual const CArray<int,1>& getLocalDataIndexOnClient() const; 
    3939    std::vector<int> getNGlob() { return nGlob_; } 
    4040 
Note: See TracChangeset for help on using the changeset viewer.