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/variable.cpp

    r1021 r1030  
    8686     { 
    8787       // Use correct context client to send message 
    88        int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     88       // int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     89      int nbSrvPools = (context->hasServer) ? (context->hasClient ? context->clientPrimServer.size() : 0) : 1; 
    8990       for (int i = 0; i < nbSrvPools; ++i) 
    9091       { 
Note: See TracChangeset for help on using the changeset viewer.