Ignore:
Timestamp:
08/24/15 14:53:17 (9 years ago)
Author:
mhnguyen
Message:

Changing some domain attributes

+) Longitude and latitude from now on can be 2 dimension array

Test
+) On Curie
+) test_client, test_complete pass and are correct

File:
1 edited

Legend:

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

    r657 r664  
    9898    std::vector<CArray<int,1> > dataIndex_; //!< Data index 
    9999 
    100     std::vector<CArray<bool,2> > domainMasks_; //!< Domain mask 
     100    std::vector<CArray<bool,1> > domainMasks_; //!< Domain mask 
    101101    std::vector<CArray<bool,1> > axisMasks_; //!< Axis mask 
    102102 
Note: See TracChangeset for help on using the changeset viewer.