Changeset 1162 for XIOS/dev/dev_olga


Ignore:
Timestamp:
06/08/17 16:53:52 (7 years ago)
Author:
oabramkina
Message:

Two server levels: adding files missing in r1158.

Location:
XIOS/dev/dev_olga/src
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/node/grid.cpp

    r1158 r1162  
    631631            int rank = it->first; 
    632632            CArray<size_t,1>& globalIndex = outGlobalIndexFromClient[rank]; 
    633             outLocalIndexStoreOnClient.insert(make_pair(rank, CArray<size_t,1>(globalIndex.numElements())));             
     633            outLocalIndexStoreOnClient.insert(make_pair(rank, CArray<size_t,1>(globalIndex.numElements()))); 
    634634            CArray<size_t,1>& localIndex = outLocalIndexStoreOnClient[rank]; 
    635635            size_t nbIndex = 0; 
Note: See TracChangeset for help on using the changeset viewer.