Ignore:
Timestamp:
12/16/14 12:55:53 (10 years ago)
Author:
mhnguyen
Message:

Reorganizing structure of grid

+) Grid doesn't have domain_ref and axis_ref anymore.
All domain and axis of a grid must be inside grid (These domain and axis can be defined or refer to others)
+) Grid contains list of domain and axis
+) Reorder some functions to make sure new functionlities work

Test
+) On Curie
+) Mode attached and detached
+) Only test_new_features
+) Passed

File:
1 edited

Legend:

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

    r501 r540  
    77 
    88#include "declare_group.hpp" 
     9#include "declare_ref_func.hpp" 
    910#include "attribute_array.hpp" 
    1011#include "attribute_enum.hpp" 
     
    1213 
    1314namespace xios { 
    14     
     15 
    1516   /// ////////////////////// Déclarations ////////////////////// /// 
    1617 
     
    6566         static StdString GetName(void); 
    6667         static StdString GetDefName(void); 
    67           
     68 
    6869         static ENodeType GetType(void); 
    6970 
     
    7273         bool isChecked; 
    7374         std::set<StdString> relFiles; 
     75 
     76         DECLARE_REF_FUNC(Axis,axis) 
    7477 
    7578 
Note: See TracChangeset for help on using the changeset viewer.