Ignore:
Timestamp:
02/17/17 17:55:37 (7 years ago)
Author:
yushan
Message:

ep_lib namespace specified when netcdf involved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/node/field_impl.hpp

    r1037 r1053  
    2020    if (clientSourceFilter) 
    2121    { 
     22      printf("file_impl.hpp : clientSourceFilter->streamData\n"); 
    2223      clientSourceFilter->streamData(CContext::getCurrent()->getCalendar()->getCurrentDate(), _data); 
     24      printf("file_impl.hpp : clientSourceFilter->streamData OKOK\n"); 
    2325    } 
    2426    else if (!field_ref.isEmpty() || !content.empty()) 
     27    { 
    2528      ERROR("void CField::setData(const CArray<double, N>& _data)", 
    2629            << "Impossible to receive data from the model for a field [ id = " << getId() << " ] with a reference or an arithmetic operation."); 
     30    } 
    2731  } 
    2832 
Note: See TracChangeset for help on using the changeset viewer.