Changeset 446 for XIOS/trunk


Ignore:
Timestamp:
07/02/13 11:20:52 (11 years ago)
Author:
ymipsl
Message:

bug fix in group referencing when solving inherited value

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/group_template_impl.hpp

    r445 r446  
    282282      {  
    283283         V* group = *itg; 
    284          group->solveRefInheritance(); 
     284         if (apply) group->solveRefInheritance(); 
    285285         group->solveDescInheritance(apply,this); 
    286286      } 
Note: See TracChangeset for help on using the changeset viewer.