Ignore:
Timestamp:
06/06/17 15:12:34 (7 years ago)
Author:
yushan
Message:

test_remap OK with openmp

File:
1 edited

Legend:

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

    r1149 r1155  
    111111  const int constNVertex = 4; // Value by default number of vertex for rectangular domain 
    112112  int nVertexSrc, nVertexDest; 
    113   nVertexSrc = nVertexDest = constNVertex; 
     113  nVertexSrc = constNVertex; 
     114  nVertexDest = constNVertex; 
    114115 
    115116  // First of all, try to retrieve the boundary values of domain source and domain destination 
Note: See TracChangeset for help on using the changeset viewer.