Ignore:
Timestamp:
07/12/18 17:22:39 (6 years ago)
Author:
oabramkina
Message:

Adding transformation "extract" for axis.

File:
1 edited

Legend:

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

    r1542 r1558  
    125125      public:  
    126126        bool hasValue;         
     127        bool hasBounds; 
     128        bool hasLabel; 
     129 
    127130        CArray<size_t,1> localIndexToWriteOnServer;         
    128131 
     
    173176         std::map<int, CArray<int, 1> > compressedIndexToWriteOnServer; 
    174177         std::map<int, std::vector<int> > connectedServerRank_; 
    175          bool hasBounds; 
    176          bool hasLabel;          
    177178         bool computedWrittenIndex_;                   
    178179 
Note: See TracChangeset for help on using the changeset viewer.