Ignore:
Timestamp:
05/30/21 23:30:01 (3 years ago)
Author:
yushan
Message:

temporal commit for merging graph into XIOS_coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/transformation/domain_algorithm/domain_algorithm_zoom.cpp

    r2030 r2137  
    9595  ibeginDest = destIBegin + domainSrc_->ibegin - zoomIBegin_; 
    9696  jbeginDest = destJBegin + domainSrc_->jbegin - zoomJBegin_; 
    97    
    98   if (niDest==0) ibeginDest=0 ; 
    99   if (njDest==0) jbeginDest=0 ; 
    100      
    101   domainDest_->type = domainSrc_ -> type ; 
    102   domainDest_->data_dim = domainSrc_->data_dim ; 
    103  
    10497  domainDest_->ni_glo.setValue(zoomNi_); 
    10598  domainDest_->nj_glo.setValue(zoomNj_); 
Note: See TracChangeset for help on using the changeset viewer.