Ignore:
Timestamp:
04/08/16 15:00:45 (8 years ago)
Author:
mhnguyen
Message:

Exposing transformation to Fortran interface

+) Export zoom and axis transformation to Fortran interface

Test
+) On Curie
+) All work

File:
1 edited

Legend:

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

    r625 r836  
    5454      static StdString GetDefName(void); 
    5555      static ENodeType GetType(void); 
     56 
    5657    private: 
     58      static bool registerTrans(); 
     59      static CTransformation<CAxis>* create(const StdString& id, xml::CXMLNode* node); 
     60      static bool _dummyRegistered; 
    5761 
    5862  }; // class CInverseAxis 
Note: See TracChangeset for help on using the changeset viewer.