Ignore:
Timestamp:
07/01/16 16:55:33 (8 years ago)
Author:
oabramkina
Message:

Sequential version for UGRID norms. File attribute "convention" has been added with two possible values "CF" and "UGRID". The default value is "CF".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.hpp

    r836 r878  
    1717#include "transformation_enum.hpp" 
    1818 
     19#include "mesh.hpp" 
     20 
    1921namespace xios { 
    2022 
     
    2426   class CDomainAttributes; 
    2527   class CDomain; 
     28   class CFile; 
    2629 
    2730   ///-------------------------------------------------------------- 
     
    3942      , public CDomainAttributes 
    4043   { 
     44 
    4145         enum EEventId 
    4246         { 
     
    6165 
    6266         static CDomain* createDomain(); 
    63  
     67          
     68         CMesh* mesh; 
     69         
    6470         virtual void parse(xml::CXMLNode & node); 
    6571 
     
    217223} // namespace xios 
    218224 
    219 #endif // __XIOS_CDomain__ 
     225#endif //__XIOS_CDomain__ 
Note: See TracChangeset for help on using the changeset viewer.