Ignore:
Timestamp:
07/18/18 16:04:07 (6 years ago)
Author:
oabramkina
Message:

Some cleaning related to zoom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.cpp

    r1559 r1562  
    12971297      const std::vector<int>& localMaskedDataIndex = clientDistribution_->getLocalMaskedDataIndexOnClient(); 
    12981298      const int size = localMaskedDataIndex.size(); 
    1299        
    13001299      for(int i = 0; i < size; ++i) out(localMaskedDataIndex[i]) = data[i]; 
    13011300   } 
     
    13051304  { 
    13061305    CContext* context = CContext::getCurrent();     
    1307 //    int nbSrvPools = (context->hasServer) ? (context->hasClient ? context->clientPrimServer.size() : 1) : 1; // This should be changed soon 
    1308 //    for (int p = 0; p < nbSrvPools; ++p) 
    1309     { 
    1310 //      CContextClient* client = (context->hasServer) ? (context->hasClient ? context->clientPrimServer[p] : context->client) 
    1311 //                                                    : context->client; 
     1306    { 
    13121307      CContextClient* client = context->client; 
    13131308 
Note: See TracChangeset for help on using the changeset viewer.