Ignore:
Timestamp:
02/09/21 16:37:31 (3 years ago)
Author:
yushan
Message:

Graph intermediate commit to a tmp branch.

File:
1 edited

Legend:

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

    r2019 r2030  
    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 
    97104  domainDest_->ni_glo.setValue(zoomNi_); 
    98105  domainDest_->nj_glo.setValue(zoomNj_); 
Note: See TracChangeset for help on using the changeset viewer.