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_domain.hpp

    r689 r836  
    5757      static ENodeType GetType(void); 
    5858    private: 
    59  
     59      static bool registerTrans(); 
     60      static CTransformation<CDomain>* create(const StdString& id, xml::CXMLNode* node); 
     61      static bool _dummyRegistered; 
    6062  }; // class CInterpolateDomain 
    6163 
Note: See TracChangeset for help on using the changeset viewer.