Changeset 650 for XIOS/trunk/src/filter


Ignore:
Timestamp:
07/24/15 16:40:05 (9 years ago)
Author:
rlacroix
Message:

Grid: Avoid some heap allocations and do various cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/source_filter.cpp

    r643 r650  
    4747    for (it = data.begin(); it != itEnd; it++) 
    4848    { 
    49       CArray<int,1>& index = *grid->storeIndex_toSrv[it->first]; 
     49      CArray<int,1>& index = grid->storeIndex_toSrv[it->first]; 
    5050 
    5151      for (int n = 0; n < index.numElements(); n++) 
Note: See TracChangeset for help on using the changeset viewer.