Ignore:
Timestamp:
06/19/13 10:09:36 (11 years ago)
Author:
ymipsl
Message:

Add possibility to make inheritance of attributes and reference before closing the context definition.
New fortran fonction : xios_solve inheritance()
After this call, the value of attribute have the inherited value of their parent.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/icdata.cpp

    r403 r445  
    102102   } 
    103103 
    104   
     104   void cxios_solve_inheritance() 
     105   { 
     106     CTimer::get("XIOS").resume() ; 
     107     CContext* context = CContext::getCurrent() ; 
     108     context->solveAllInheritance(false) ; 
     109     CTimer::get("XIOS").suspend() ; 
     110   }  
    105111    
    106112   // ---------------------- Ecriture des données ------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.