Ignore:
Timestamp:
10/30/15 16:33:49 (8 years ago)
Author:
rlacroix
Message:

Remove the now unused base reference framework.

File:
1 edited

Legend:

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

    r764 r771  
    12211221      { 
    12221222        pDom->solveRefInheritance(apply); 
    1223         pDom->solveBaseReference(); 
    12241223        pDom->solveSrcInheritance(); 
    12251224        pDom->solveInheritanceTransformation(); 
     
    12351234      { 
    12361235        pAxis->solveRefInheritance(apply); 
    1237         pAxis->solveBaseReference(); 
    12381236        pAxis->solveInheritanceTransformation(); 
    12391237      } 
Note: See TracChangeset for help on using the changeset viewer.