Ignore:
Timestamp:
11/20/17 09:49:26 (7 years ago)
Author:
yushan
Message:

omp_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/transformation/domain_algorithm_interpolate.cpp

    r1328 r1334  
    114114  nVertexSrc = nVertexDest = constNVertex; 
    115115 
    116  
    117  
    118116  // First of all, try to retrieve the boundary values of domain source and domain destination 
    119117  int localDomainSrcSize = domainSrc_->i_index.numElements(); 
     
    283281    globalSrc[idx] = globalIndex; 
    284282  } 
    285  
    286283 
    287284  for (int idx = 0; idx < nDstLocal; ++idx) 
Note: See TracChangeset for help on using the changeset viewer.