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

Doing some cleans and improving a little bit performance of creating local index on server

+) Add some comments, add some initialization
+) Change the way to calculate local index on server

Test
+) On Curie

File:
1 edited

Legend:

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

    r551 r552  
    1212#include "attribute_array.hpp" 
    1313#include "distribution_client.hpp" 
     14#include "distribution_server.hpp" 
    1415 
    1516namespace xios { 
     
    2324   class CGrid; 
    2425   class CDistributionClient; 
     26   class CDistributionServer; 
    2527 
    2628   ///-------------------------------------------------------------- 
     
    217219        bool isAxisListSet, isDomListSet; 
    218220        CDistributionClient* clientDistribution_; 
     221        CDistributionServer* serverDistribution_; 
    219222   }; // class CGrid 
    220223 
Note: See TracChangeset for help on using the changeset viewer.