Ignore:
Timestamp:
12/02/14 15:18:09 (10 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/context_attribute.conf

    r501 r526  
    1 DECLARE_ATTRIBUTE(StdString, calendar_type) 
     1DECLARE_ENUM5(calendar_type, D360, AllLeap, NoLeap, Julian, Gregorian) 
    22DECLARE_ATTRIBUTE(StdString, start_date) 
    33DECLARE_ATTRIBUTE(StdString, time_origin) 
Note: See TracChangeset for help on using the changeset viewer.