Ignore:
Timestamp:
12/02/14 15:18:09 (9 years ago)
Author:
rlacroix
Message:

Convert some attributes to enumerations:

  • file: par_access
  • context: calendar_type

Those changes should have no effect on existing XML configuration files and ensure that a proper error message is always displayed during parsing if the value is not supported.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r517 r526  
    1313DECLARE_ENUM2(type,one_file,multiple_file) 
    1414DECLARE_ENUM2(format, netcdf4, netcdf4_classic) 
    15 DECLARE_ATTRIBUTE(StdString,      par_access) 
     15DECLARE_ENUM2(par_access, collective, independent) 
    1616 
    1717// DECLARE_ATTRIBUTE_DEF(bool, enabled, true) 
Note: See TracChangeset for help on using the changeset viewer.