source: XIOS/branchs/xios-1.0/src/config/calendar_type.conf @ 910

Last change on this file since 910 was 501, checked in by ymipsl, 10 years ago

Add licence copyright to all file ond directory src using the command :
svn propset -R copyright -F header_licence src

XIOS is now officialy under CeCILL licence

YM

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 567 bytes
Line 
1#ifdef __XMLIO_CAllLeapCalendar__
2   DECLARE_CALENDAR(AllLeap  , AllLeap)
3#endif //__XMLIO_CAllLeapCalendar__
4
5#ifdef __XMLIO_CD360Calendar__
6   DECLARE_CALENDAR(D360  , D360)
7#endif //__XMLIO_CD360Calendar__
8
9#ifdef __XMLIO_CGregorianCalendar__
10   DECLARE_CALENDAR(Gregorian  , Gregorian)
11#endif //__XMLIO_CGregorianCalendar__
12
13#ifdef __XMLIO_CJulianCalendar__
14   DECLARE_CALENDAR(Julian  , Julian)
15#endif //__XMLIO_CJulianCalendar__
16
17#ifdef __XMLIO_CNoLeapCalendar__
18   DECLARE_CALENDAR(NoLeap  , NoLeap)
19#endif //__XMLIO_CNoLeapCalendar__
20
21#undef DECLARE_CALENDAR
Note: See TracBrowser for help on using the repository browser.