Ignore:
Timestamp:
12/06/20 22:14:56 (4 years ago)
Author:
ymipsl
Message:

intermediate commit for new tranformation engine?
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp

    r1974 r1984  
    13021302   CATCH_DUMP_ATTR 
    13031303 
    1304    void CContext::buildFilterGraphOfEnabledFields() 
    1305    TRY 
    1306    { 
    1307      int size = this->enabledFiles.size(); 
    1308      for (int i = 0; i < size; ++i) 
    1309      { 
    1310        this->enabledFiles[i]->buildFilterGraphOfEnabledFields(garbageCollector); 
    1311      } 
    1312  
    1313      size = this->enabledCouplerOut.size(); 
    1314      for (int i = 0; i < size; ++i) 
    1315      { 
    1316        this->enabledCouplerOut[i]->buildFilterGraphOfEnabledFields(garbageCollector); 
    1317      } 
    1318    } 
    1319    CATCH_DUMP_ATTR 
    13201304 
    13211305   void CContext::postProcessFilterGraph() 
     
    13801364  CATCH_DUMP_ATTR 
    13811365 
    1382   void CContext::solveAllRefOfFieldsWithReadAccess() 
    1383   TRY 
    1384   { 
    1385     for (size_t i = 0; i < fieldsWithReadAccess_.size(); ++i) 
    1386       fieldsWithReadAccess_[i]->solveAllReferenceEnabledField(false); 
    1387   } 
    1388   CATCH_DUMP_ATTR 
    1389  
    1390   void CContext::buildFilterGraphOfFieldsWithReadAccess() 
    1391   TRY 
    1392   { 
    1393     for (size_t i = 0; i < fieldsWithReadAccess_.size(); ++i) 
    1394       fieldsWithReadAccess_[i]->buildFilterGraph(garbageCollector, true); 
    1395   } 
    1396   CATCH_DUMP_ATTR 
    1397  
     1366   
    13981367   void CContext::solveAllInheritance(bool apply) 
    13991368   TRY 
Note: See TracChangeset for help on using the changeset viewer.