Ignore:
Timestamp:
05/26/15 16:13:45 (9 years ago)
Author:
rlacroix
Message:

Change the definition of non distributed axis and domain.

Axis and domain were considered non distributed if the local domain matched the full domain. Instead allow the local domain definition to be ommited and consider the axis or domain to be non distributed in this case.

File:
1 edited

Legend:

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

    r591 r594  
    5959         /// Test /// 
    6060         bool IsWritten(const StdString & filename) const; 
     61         bool isDistributed(void) const; 
    6162 
    6263         /// Mutateur /// 
     
    9697         bool areClientAttributesChecked_; 
    9798         std::set<StdString> relFiles; 
     99         bool isDistributed_; 
    98100 
    99101         DECLARE_REF_FUNC(Axis,axis) 
Note: See TracChangeset for help on using the changeset viewer.