Changeset 1561 for XIOS/trunk


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

Fixing a bug on axis zoom that crawled in with r1559.

File:
1 edited

Legend:

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

    r1559 r1561  
    651651    // We describe the distribution of client (server) on which data are written 
    652652    std::vector<int> nBegin(1), nSize(1), nBeginGlobal(1), nGlob(1); 
    653     nBegin[0]       = 0; 
     653    nBegin[0]       = begin; 
    654654    nSize[0]        = n; 
    655655    nBeginGlobal[0] = 0;  
Note: See TracChangeset for help on using the changeset viewer.