Ignore:
Timestamp:
09/19/13 17:05:07 (11 years ago)
Author:
ymipsl
Message:

Add unstructured grid management.

YM

File:
1 edited

Legend:

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

    r369 r449  
    1616         /// Définition de type /// 
    1717         typedef CObject SuperClass; 
    18  
    1918         public : 
     19         enum ETimeType { once, instant, centered } ; 
    2020 
    2121            /// Accesseurs /// 
     
    2323            /// Opérateur /// 
    2424            CArray<double,1> operator ()(const CArray<double,1>& dinput); 
     25            virtual ETimeType timeType(void) = 0 ; 
    2526 
    2627            /// Destructeur /// 
     
    4445            CFunctor(const CFunctor & functor);         // Not implemented. 
    4546            CFunctor(const CFunctor * const functor);   // Not implemented. 
    46  
    4747         protected : 
    4848            /// Propriétés privées /// 
Note: See TracChangeset for help on using the changeset viewer.