Ignore:
Timestamp:
01/20/17 16:17:57 (7 years ago)
Author:
oabramkina
Message:

dev: intermediate commit.

File:
1 edited

Legend:

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

    r1027 r1030  
    124124    CContext* context = CContext::getCurrent(); 
    125125//    CContextClient* client = context->client; 
    126     int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     126    // int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     127    int nbSrvPools = (context->hasServer) ? (context->hasClient ? context->clientPrimServer.size() : 0) : 1; 
    127128    for (int i = 0; i < nbSrvPools; ++i) 
    128129    { 
Note: See TracChangeset for help on using the changeset viewer.