Ignore:
Timestamp:
10/21/15 11:50:11 (9 years ago)
Author:
rlacroix
Message:

Fix the inherited name for axis/domains with reference in some cases.

Correctly account for transformations and non default ids.

File:
1 edited

Legend:

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

    r746 r747  
    12241224        pDom->solveSrcInheritance(); 
    12251225        pDom->solveInheritanceTransformation(); 
    1226         if ((!pDom->domain_ref.isEmpty()) && (pDom->name.isEmpty())) 
    1227           pDom->name.setValue(pDom->getBaseDomainReference()->getId()); 
    12281226      } 
    12291227    } 
     
    12391237        pAxis->solveBaseReference(); 
    12401238        pAxis->solveInheritanceTransformation(); 
    1241         if ((!pAxis->axis_ref.isEmpty()) && (pAxis->name.isEmpty())) 
    1242           pAxis->name.setValue(pAxis->getBaseAxisReference()->getId()); 
    12431239      } 
    12441240    } 
Note: See TracChangeset for help on using the changeset viewer.