Ignore:
Timestamp:
01/05/21 10:12:00 (3 years ago)
Author:
ymipsl
Message:

Some cleaning of old transformation dead code

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp

    r1984 r2002  
    129129         void solveServerOperation(void); 
    130130         void solveCheckMaskIndex(bool doSendingIndex); 
    131          void solveAllReferenceEnabledField(bool doSending2Server); 
    132          void solveOnlyReferenceEnabledField(void); 
    133          void generateNewTransformationGridDest(); 
    134131         void updateRef(CGrid* grid); 
    135          void buildGridTransformationGraph(); 
    136132         void solveGridDomainAxisRef(bool checkAtt); 
    137          void solveTransformedGrid(); 
    138          void solveGenerateGrid(); 
    139133         void solveGridDomainAxisBaseRef(); 
    140134 
    141          void solveAllEnabledFieldsAndTransform(); 
    142135         void checkGridOfEnabledFields(); 
    143136         void sendGridOfEnabledFields(); 
     
    158151         void checkTimeAttributes(CDuration* freqOp=NULL); 
    159152 
    160          void buildFilterGraph(CGarbageCollector& gc, bool enableOutput); 
    161  
    162153         bool buildWorkflowGraph(CGarbageCollector& gc) ; 
    163154         bool buildWorkflowGraphDone_ = false ; 
     
    166157          
    167158          
    168          std::shared_ptr<COutputPin> getFieldReference(CGarbageCollector& gc); 
    169159         std::shared_ptr<COutputPin> getSelfReference(CGarbageCollector& gc); 
    170160         std::shared_ptr<COutputPin> getTemporalDataFilter(CGarbageCollector& gc, CDuration outFreq); 
Note: See TracChangeset for help on using the changeset viewer.