Ignore:
Timestamp:
01/14/19 10:52:26 (5 years ago)
Author:
oabramkina
Message:

Backporting r1614 to dev before merging it to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/extern/remap/src/mapper.hpp

    r1158 r1635  
    2222       void setVerbosity(verbosity v) {verbose=v ;} 
    2323 
    24        void setSourceMesh(const double* boundsLon, const double* boundsLat, int nVertex, int nbCells, const double* pole, const long int* globalId=NULL) ; 
    25        void setTargetMesh(const double* boundsLon, const double* boundsLat, int nVertex, int nbCells, const double* pole, const long int* globalId=NULL) ; 
     24       void setSourceMesh(const double* boundsLon, const double* boundsLat, const double* area, int nVertex, int nbCells, const double* pole, const long int* globalId=NULL) ; 
     25       void setTargetMesh(const double* boundsLon, const double* boundsLat, const double* area, int nVertex, int nbCells, const double* pole, const long int* globalId=NULL) ; 
    2626       void setSourceValue(const double* val) ; 
    2727       void getTargetValue(double* val) ; 
Note: See TracChangeset for help on using the changeset viewer.