Ignore:
Timestamp:
11/10/16 13:29:57 (8 years ago)
Author:
mhnguyen
Message:

First working version.
There are more things to do with it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/axis.hpp

    r927 r987  
    3838      , public CAxisAttributes 
    3939   { 
     40               /// typedef /// 
     41         typedef CObjectTemplate<CAxis>   SuperClass; 
     42         typedef CAxisAttributes SuperClassAttribute; 
     43          
     44      public : 
    4045         enum EEventId 
    4146         { 
     
    4651         } ; 
    4752 
    48          /// typedef /// 
    49          typedef CObjectTemplate<CAxis>   SuperClass; 
    50          typedef CAxisAttributes SuperClassAttribute; 
     53 
    5154 
    5255      public : 
     
    124127        CArray<double,2> bound_srv; 
    125128        bool hasValue; 
     129        CArray<int,1> globalDimGrid; 
     130        int orderPosInGrid; 
    126131 
    127132      private: 
Note: See TracChangeset for help on using the changeset viewer.