source: trunk/SRC/Obsolete/jourdsmois.pro @ 114

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 747 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; @file_comments used daysinmonth instead...
6; @obsolete
7;
8; @history Sebastien Masson (smasson\@lodyc.jussieu.fr)
9; June 2005: Sebastien Masson, english version
10;-
11;------------------------------------------------------------
12;------------------------------------------------------------
13;------------------------------------------------------------
14function jourdsmois, mois, annee
15;
16  compile_opt idl2, strictarrsubs, obsolete
17;
18
19case n_params() OF
20  0:return, daysinmonth()
21  1:return, daysinmonth(mois)
22  2:return, daysinmonth(mois, annee)
23endcase
24
25end
Note: See TracBrowser for help on using the repository browser.