Changeset 1573 for XIOS/trunk


Ignore:
Timestamp:
09/10/18 14:15:46 (6 years ago)
Author:
ymipsl
Message:

Bug fix when reading data from file : regression from supression of zoom on the server side.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/io/nc4_data_input.cpp

    r1563 r1573  
    8585              count.push_back(domain->nj); 
    8686            } 
    87             --idx ; 
    8887            start.push_back(domain->ibegin); 
    8988            count.push_back(domain->ni); 
    90  
    91             --idx ; 
    9289            --idxDomain; 
    9390          } 
     
    9794            start.push_back(axis->begin); 
    9895            count.push_back(axis->n); 
    99             --idx; 
     96            --idxAxis ; 
    10097          } 
    10198          else 
     
    106103              count.push_back(1); 
    107104            } 
    108             --idx; 
    109105          } 
    110106        } 
Note: See TracChangeset for help on using the changeset viewer.