Ignore:
Timestamp:
11/16/15 16:21:45 (8 years ago)
Author:
rlacroix
Message:

Domain: Remove the domain_src attribute.

It was added but was never used.

File:
1 edited

Legend:

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

    r775 r789  
    7777         bool hasTransformation(); 
    7878         void solveInheritanceTransformation(); 
    79          void solveSrcInheritance(); 
    80          CDomain* getDomainSrc(); 
    8179         TransMapTypes getAllTransformations(); 
    8280         void redistribute(int nbLocalDomain); 
     
    197195         std::vector<int> nGlobDomain_; 
    198196         bool isUnstructed_; 
    199          CDomain* srcObject_; 
    200197 
    201198         DECLARE_REF_FUNC(Domain,domain) 
Note: See TracChangeset for help on using the changeset viewer.