Changeset 1165 for XIOS


Ignore:
Timestamp:
06/09/17 11:22:35 (7 years ago)
Author:
mhnguyen
Message:

Fixing a minor bug during merge.
There is still merge bugs to find out.

Location:
XIOS/dev/dev_olga/src/node
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.cpp

    r1162 r1165  
    706706                                                                  client->clientSize, 
    707707                                                                  axis_domain_order, 
    708                                                                   positionDimensionDistributed_); 
     708                                                                  getDistributedDimension()); 
    709709       computeIndexByElement(indexServerOnElement, globalIndexOnServer_); 
    710710 
  • XIOS/dev/dev_olga/src/node/grid.hpp

    r1158 r1165  
    293293        std::vector<std::map<int,size_t> > connectedDataSize_; 
    294294        std::vector<std::vector<int> > connectedServerRank_; 
    295         bool isDataDistributed_; 
    296         int positionDimensionDistributed_; 
     295        bool isDataDistributed_;         
    297296         //! True if and only if the data defined on the grid can be outputted in a compressed way 
    298297        bool isCompressible_; 
Note: See TracChangeset for help on using the changeset viewer.