Ignore:
Timestamp:
12/12/17 14:01:50 (7 years ago)
Author:
oabramkina
Message:

Fixing a bug in buffer evaluation: including evaluation of file attributes for files in the read mode on client.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/io/netCdfInterface.cpp

    r1158 r1370  
    3030         << errormsg << std::endl 
    3131         << "Unable to create file, given its name: " << fileName 
    32          << "and its creation mode " << creationMode2String(cMode) << std::endl; 
     32         << " and its creation mode " << creationMode2String(cMode) << std::endl; 
    3333    StdString e = sstr.str(); 
    3434    throw CNetCdfException(e); 
Note: See TracChangeset for help on using the changeset viewer.