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/interpolate_axis.hpp

    r827 r836  
    5959      static ENodeType GetType(void); 
    6060    private: 
    61  
     61      static bool registerTrans(); 
     62      static CTransformation<CAxis>* create(const StdString& id, xml::CXMLNode* node); 
     63      static bool _dummyRegistered; 
    6264  }; // class CInterpolateAxis 
    6365 
Note: See TracChangeset for help on using the changeset viewer.