Ignore:
Timestamp:
06/09/16 11:32:56 (8 years ago)
Author:
mhnguyen
Message:

Minor correction for distribution client

+) Make sure the index of first element of grid initialized

Test
+) No test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/distribution_client.cpp

    r861 r864  
    408408    { 
    409409      int gridMaskIndex = 0; 
     410      currentIndex[0] = elementLocalIndex_[0](i); 
    410411      for (int k = 0; k < this->numElement_; ++k) 
    411412      { 
Note: See TracChangeset for help on using the changeset viewer.