Ignore:
Timestamp:
08/03/17 15:50:40 (7 years ago)
Author:
mhnguyen
Message:

Fixing a bug on writting axis label

+) Axis label is correctly processed before being written
+) Do some code cleaning and add some comments

Test
+) On Curie
+) OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/server_distribution_description.hpp

    r1232 r1235  
    5151    int getDimensionDistributed(); 
    5252 
     53    static int defaultDistributedDimension(int gridDimension,                                    
     54                                           ServerDistributionType serType=BAND_DISTRIBUTION); 
     55 
    5356  protected: 
    5457    int computeBandDistribution(int nServer, int positionDimensionDistributed = 1); 
Note: See TracChangeset for help on using the changeset viewer.