source: XIOS/dev/dev_rv/src4/xmlio/fortran/icdate.cpp @ 2357

Last change on this file since 2357 was 269, checked in by hozdoba, 13 years ago
File size: 603 bytes
Line 
1/* ************************************************************************** *
2 *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
3 * ************************************************************************** */
4
5#include "icutil.hpp"
6
7extern "C"
8{
9// /////////////////////////////// Définitions ////////////////////////////// //
10
11   void xios_set_timestep(double ts_year, double ts_month,  double ts_day,
12                          double ts_hour, double ts_minute, double ts_second)
13   {
14   
15   }
16   
17   void xios_update_calendar(int step)
18   {
19   
20   }
21
22} // extern "C"
Note: See TracBrowser for help on using the repository browser.