- Timestamp:
- 10/04/17 23:14:28 (6 years ago)
- Location:
- XIOS/dev/XIOS_DEV_CMIP6/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/node/domain.hpp
r1249 r1291 149 149 bool hasPole ; 150 150 151 void computeLocalMask(void) ; 151 152 private: 152 153 void checkDomain(void); … … 162 163 void checkLonLat(); 163 164 void checkZoom(void); 164 void computeLocalMask(void) ;165 165 166 166 void setTransformations(const TransMapTypes&); -
XIOS/dev/XIOS_DEV_CMIP6/src/transformation/domain_algorithm_expand.cpp
r1260 r1291 453 453 domainDestination->latvalue_1d = (lat_dst); 454 454 } 455 455 domainDestination->computeLocalMask() ; 456 456 } 457 457 -
XIOS/dev/XIOS_DEV_CMIP6/src/xml_parser_decl.cpp
r1275 r1291 28 28 macro( ReduceAxisToScalar ) 29 29 macro( ReduceDomainToAxis ) 30 macro( ReduceAxisToAxis ) 30 31 macro( ExtractDomainToAxis ) 31 32 macro( ComputeConnectivityDomain )
Note: See TracChangeset
for help on using the changeset viewer.