Changeset 1597 for XIOS


Ignore:
Timestamp:
11/15/18 15:01:44 (5 years ago)
Author:
oabramkina
Message:

Bug(typo)fix for cases of 1D data with only data_i_index defined and not data_j_index.

File:
1 edited

Legend:

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

    r1589 r1597  
    11231123          { 
    11241124            data_j_index.resize(data_ni); 
    1125             data_j_index(j) = 0; 
     1125            data_j_index = 0; 
    11261126          } 
    11271127          for (int k=0; k<data_i_index.numElements(); ++k) 
Note: See TracChangeset for help on using the changeset viewer.