Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/transformation/axis_algorithm_transformation.hpp

    r934 r1460  
    1717class CAxis; 
    1818class CDomain; 
    19  
     19class CScalar; 
    2020/*! 
    2121  \class CAxisAlgorithmTransformation 
     
    2727  CAxisAlgorithmTransformation(CAxis* axisDestination, CAxis* axisSource); 
    2828  CAxisAlgorithmTransformation(CAxis* axisDestination, CDomain* domainSource); 
     29  CAxisAlgorithmTransformation(CAxis* axisDestination, CScalar* scalarSource); 
    2930 
    3031  virtual ~CAxisAlgorithmTransformation(); 
     
    5253  //! Domain on grid source 
    5354  CDomain* domainSrc_; 
     55 
     56  //! Scalar on grid source 
     57 
     58  CScalar* scalarSrc_; 
    5459}; 
    5560 
Note: See TracChangeset for help on using the changeset viewer.