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/group_template_impl.hpp

    r1021 r1030  
    445445    { 
    446446      // Use correct context client to send message 
    447       int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     447      // int nbSrvPools = (context->hasServer) ? context->clientPrimServer.size() : 1; 
     448      int nbSrvPools = (context->hasServer) ? (context->hasClient ? context->clientPrimServer.size() : 1) : 1; 
    448449      for (int i = 0; i < nbSrvPools; ++i) 
    449450      { 
Note: See TracChangeset for help on using the changeset viewer.